Sohaila Taravati
02-21-2002, 11:31 AM
I have a form1 that automatically opens up form2. How can I keep my form1 open in the background and open the form2 on top of form1 without the user noticeing!
|
View Full Version : How to keep form open in the background! Sohaila Taravati 02-21-2002, 11:31 AM I have a form1 that automatically opens up form2. How can I keep my form1 open in the background and open the form2 on top of form1 without the user noticeing! Rich 02-21-2002, 11:51 AM Toggle its visibility,ie. Me.Form.Visible=False etc. HTH |