G
Guest
First of all excuse me for my bad english but i'm italian.
I have an application with two threads. The second one is not the main
thread and i tryed to show a form like that:
MyForm f = new MyForm(params);
f.Show();
but the form is frozen. i tryed with Invoke and BeginInvoke but i have no
solutions. Can someone help me?
I have an application with two threads. The second one is not the main
thread and i tryed to show a form like that:
MyForm f = new MyForm(params);
f.Show();
but the form is frozen. i tryed with Invoke and BeginInvoke but i have no
solutions. Can someone help me?