I am stuck in a deep problem right now. Plz help me with this….
I created a FORM call it form1. It contains a textbox T1. I started it running…
inside form1 there is a thread running which does some process P which is a member of a different CLASS call it class2.
To run the process P, I need a value from textbox T1. HOW DO I DO THAT?
Let me tell you, what I tried already.
I created instance of form1 in class2, and then tried to read textbox (T1) value. But that was empty, I figured out that reason…. rest, I tried with the property… Again failed…
PLZ help me with this. I am stuck since hours….
1 Answer