Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass and return a value in a modal form?
Message
 
À
15/09/2000 11:45:45
Marlou Gargantos
Independent Consultant
Manila, Philippines
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00416948
Message ID:
00416958
Vues:
30
>Folks, I just can't figure out to do the above question in VB?

A simple way is to put an invisible label onto the modal form called lblDATA

then when calling the window use
frmModal.lblDATA = "data to pass".
frmModal.show vbModal

When the modal form is open it should have the passed values in the lblDATA field.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform