Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Parameters to Forms
Message
From
14/11/2000 07:17:45
 
 
To
14/11/2000 06:38:37
Peter Walburn
Omega Data Services Ltd
Aberdeen, United Kingdom
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00441495
Message ID:
00441497
Views:
7
=== Form2 ===
Private Sub Command1_Click()
Form2.sData = "test"
Form2.Show
End Sub
=== Form2 ===
Public sData As String ' the easiest way to create a property :-)
Private Sub Form_Activate()
MsgBox sData
End Sub
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform