Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to load forms by name
Message
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00670239
Message ID:
00670254
Vues:
13
This message has been marked as the solution to the initial question of the thread.
This is easy. Check this code:
Private Sub Command1_Click()
Dim x As Form

    Set x = Forms.Add("Form2")
    x.Show
End Sub
>Hi!
>
>I would like to know how to load forms with variable length.
>I can't use the forms collection because it only contains loaded forms.
>
>If somebody knows a way to do this please ...
>
>Thanks
É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