P
Prashwee
Hi All
I got a small problem with VB 2005
I have let's say Form1 .Form1 has a Text Box1 and a Button1. When I click
the Button1 in a Form1, Form2 opens which has a button2 and a text box2 as
well.
When i click the button2 in the Form2 , Form2 should close and value in the
text box2 should be copied to Form1 Textbox1.
I know that I have to pass the Text box control to Form2 constructer when I
open the Form2
But what is the standard way of doing this?
Can you reference the Form1 current instance in some way?
/Best Regards
PRash
I got a small problem with VB 2005
I have let's say Form1 .Form1 has a Text Box1 and a Button1. When I click
the Button1 in a Form1, Form2 opens which has a button2 and a text box2 as
well.
When i click the button2 in the Form2 , Form2 should close and value in the
text box2 should be copied to Form1 Textbox1.
I know that I have to pass the Text box control to Form2 constructer when I
open the Form2
But what is the standard way of doing this?
Can you reference the Form1 current instance in some way?
/Best Regards
PRash