Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass and return a value in a modal form?
Message
 
 
To
15/09/2000 11:45:45
Marlou Gargantos
Independent Consultant
Manila, Philippines
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00416948
Message ID:
00416958
Views:
31
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform