how can I set variables into a text box thats on my form1 from form2?
in vb6 I could do form1.text1.txt = "blablabla" but vb.net gives me an error
thanks
Dimava
Printable View
how can I set variables into a text box thats on my form1 from form2?
in vb6 I could do form1.text1.txt = "blablabla" but vb.net gives me an error
thanks
Dimava
I point you to my answer on this thread:
http://209.120.143.185/showthread.ph...hreadid=178810
It will solve your problem.