Quick Windows form question

Started by
1 comment, last by Makkedah 18 years ago
Basically, I'm going to have one form show another form, and I will need the second form to return the selected index of its list box to the first form. Is there a way to do this? And if so, how?
"Duty is as heavy as a mountain, death is as light as a feather"-Al'' Lan Mandragoran
Advertisement
Use a modal dialog box. Windows.Form has a ShowDialog() method.

Read up on it, it should do what you want.
Awesome, thank you! Works wonderfully.
"Duty is as heavy as a mountain, death is as light as a feather"-Al'' Lan Mandragoran

This topic is closed to new replies.

Advertisement