Home » Category » Microsoft Visual Basic

Microsoft Visual Basic: zorder

104| Fri, 30 Nov 2007 06:01:00 GMT| hbb| Comments (1)
hey,
i just need a reminder.
when i have a form and from within it i .show another form how do i keep the user from getting back to form1 before clicking exit on form2, and without making form2 alwais on top?
thanks..

Keywords & Tags: zorder, microsoft, visual basic, vb

URL: http://www.programmerbase.com/visual-basic/560821/
 
«« Prev - Next »» 1 helpful answers below.
well you can use:
form2.show vbmodal
but with this form2 will always be on top
but anyway if the user cant get to form1 while hes on form2, then form2 is always on top, right? :)
you might try to disable form1 (form1.enabled = false) while form2 is visible

hbb | Tue, 04 Dec 2007 11:23:00 GMT |

Microsoft Visual Basic Hot Answers

Microsoft Visual Basic New questions

Microsoft Visual Basic Related Categories