G
Guest
Hi,
I have 3 forms in my application. Form1 which is a MDI form calling Form2 & Form3. Form2 has a textbox "TextBox1" and Form3 has a CommandButton "Button1".
I will show both Form1 & Form2 as MDI Child from Form1. Now when i click on the Button1 in Form3, I want to access the TextBox1 value of Form2.
How to achieve this... in VB6 is was very simple as I can use Form2.TextBox1 but how in VB.Net or C#
Thanks...
Pradeep
I have 3 forms in my application. Form1 which is a MDI form calling Form2 & Form3. Form2 has a textbox "TextBox1" and Form3 has a CommandButton "Button1".
I will show both Form1 & Form2 as MDI Child from Form1. Now when i click on the Button1 in Form3, I want to access the TextBox1 value of Form2.
How to achieve this... in VB6 is was very simple as I can use Form2.TextBox1 but how in VB.Net or C#
Thanks...
Pradeep