Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass the value to other form ( must use MDI )?
Message
De
18/01/2011 09:48:14
 
 
À
18/01/2011 06:17:45
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Divers
Thread ID:
01496399
Message ID:
01496412
Vues:
31
sorry, i say not clear.....
My question is one form pass one form .....
See my code, 3 form .....
i want to storageAdvice form onclick button ,will show the B form ,
B form is a finder will pass a code to storageAdvice.TextBox1.Text


In A.vb
---------------
storageAdvice = New Quotation_Add
storageAdvice.MdiParent = Me
storageAdvice.Show()


In storageAdvice.vb
-------------


B.Show()



In B.vb
---------------

storageAdvice.TextBox1.Text = "aaa"



But after the result storageAdvice.TextBox1.Text is blank


Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform