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 03:22:41
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
How to pass the value to other form ( must use MDI )?
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Miscellaneous
Thread ID:
01496399
Message ID:
01496399
Views:
78
HI ALL,
I want to one form pass the variable to other form , but i can't do it , but i not use mdiparent is ok
..... i want to use mdi form to pass the variable , how can i do?
I main form use MDI form ....

Dim Quotation_Add As New Quotation_Add
Quotation_Add.MdiParent = Me
Quotation_Add.Show()
------------------------------------------
Method 1, is not work only blank

Public Property findericmaspass() As String
Get
Return Me.IcmasPass
End Get
Set(ByVal value As String)
Me.IcmasPass = value
TextBox1.Text = value
End Set
End Property
---------------------------------------
Method 2, is not work only blank

storageAdvice.TextBox1.Text = "aaa"

Next
Reply
Map
View

Click here to load this message in the networking platform