I have for example forms 1 and 2 in my project.
how do i send Textbox data mainly but just any kind of data between the two? is it something to do with Global?
thanks
Printable View
I have for example forms 1 and 2 in my project.
how do i send Textbox data mainly but just any kind of data between the two? is it something to do with Global?
thanks
You just need to reference the form's name, eg Form1.Text1.Text etc
oh easy!
thx