Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass the value to other form ( must use MDI )?
Message
From
18/01/2011 09:48:14
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Miscellaneous
Thread ID:
01496399
Message ID:
01496412
Views:
30
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


Previous
Next
Reply
Map
View

Click here to load this message in the networking platform