Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Parameters to Forms
Message
De
14/11/2000 07:17:45
 
 
À
14/11/2000 06:38:37
Peter Walburn
Omega Data Services Ltd
Aberdeen, Royaume Uni
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00441495
Message ID:
00441497
Vues:
9
=== 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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform