Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MDI Child
Message
 
To
20/11/1998 20:37:44
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00160071
Message ID:
00160304
Views:
18
>I want to call my MDI child more than once time but it does not work .. why ? please help
>thanks

You have to declare instances of a form before having multiple copies of it.

The way to do it is very simple:
Dim x As New Form2 'Declare a new instance
x.Show 'Use the instance variable just as you would use the real form.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform