Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Load form from textbox
Message
De
11/11/2001 04:48:52
 
 
À
08/11/2001 03:50:23
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00578916
Message ID:
00580229
Vues:
16
try using
for idx=1 to forms.count
if forms(idx).name=txtFormName.Text then
forms(idx).show
endif
next
more conversation
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform