Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MDIChild Form Load Invisible 1

Status
Not open for further replies.

gismo

Technical User
Jul 24, 2002
35
US
Is there a way to load MDIchild forms invisibly? I have tried using move to move them off the screen and setting the form.visible property to false but they still flicker visibly on the screen as they load before they move. I need them loaded but not visible.

 
On the MDI form Set AutoShowChildren to false, set the childs visible property to false(not really needed) and then load dont show the form.

Load MyChildForm
 
Thanks It worked great! Gismo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top