PDA

View Full Version : Thread class in many form



vanduongbk
27th December 2014, 03:41
hi everyone;
i have 2 forms are mainform ,and form1 is a child form of mainform,
when I press a button on mainform ,it will open form1,
i have write a thread class (name is a mythread) ,I use this thread in both 2 form above.
how I want when press a button on mainform ,it open form1 ,but value from mythread is only emit to form1 ,but not in mainform.

anda_skoa
27th December 2014, 12:07
That description is way to vague, can you show how you instantiate the form and thread objects?

Cheers,
_