Question Cannot navigate to previous form

LeonLanford

Active member
Joined
Dec 2, 2008
Messages
28
Programming Experience
Beginner
Hi.. I'm having problem with form position.

In form1, I call form2 to input password.
What I want is if the password not inputted yet, the user cannot back to form1, I've set "TopMost" to true but the user still can back to the previous form..

The practical example is firefox->help->about window, if I don't close the window, I cannot navigate anywhere

Sorry if my explanation weird..

Thanks
 
Use ShowDialog method instead of Show.
 
Back
Top