Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Load form from textbox
Message
From
11/11/2001 04:48:52
 
 
To
08/11/2001 03:50:23
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00578916
Message ID:
00580229
Views:
15
try using
for idx=1 to forms.count
if forms(idx).name=txtFormName.Text then
forms(idx).show
endif
next
more conversation
Previous
Reply
Map
View

Click here to load this message in the networking platform