each form is on it's own thread? i am having a thread problem when i try that form1 do some things form2...is it because each one is on it's own threaD?
Printable View
each form is on it's own thread? i am having a thread problem when i try that form1 do some things form2...is it because each one is on it's own threaD?
um...what sort of trouble are you having between the two forms?
Not unless you create them from different threads. I had problems with a button created from one thread that I couldn't attach to a form created in another...