Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MDI Child
Message
 
À
20/11/1998 20:37:44
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Divers
Thread ID:
00160071
Message ID:
00160304
Vues:
25
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform