Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String to Object
Message
De
01/07/2003 10:40:38
 
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00805187
Message ID:
00805704
Vues:
23
Hi Allan,

The following are the codeing in my function, i hope it will make u more understand what I need :

Let say txtFormName.text = "Form1"

Private Sub Button1_Click()
OpenForm (txtFormName.text)
'Call function OpenForm to open the form called "Form1"
End Sub

Private Function OpenForm(lcFormName as object)
'The compiler will highlight the lcFormName and say "Type Mismatch"
lcFormName.SHOW
End Sub


Is there any method allow this function to open any form by typing from txtFormName?


Please Help
Thanks

Aston
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform