S
Suhail Kaleem
Hi !
I can call form2 from main thread but when i create a child thread i cannot
call form like
Dim frm as new form2
frm.visible = true
now this only works in mian thread so my question how do call a form from a
child thread ?
Thanks
I can call form2 from main thread but when i create a child thread i cannot
call form like
Dim frm as new form2
frm.visible = true
now this only works in mian thread so my question how do call a form from a
child thread ?
Thanks