C
Cybertof
Hello,
How to start 2 winforms at the same time (in 2 threads ?) ?
Application.Run(new frmForm1());
Application.Run(new frmForm2());
Here frmForm2 waits frmForm1 to be closed before beeing displayed.
Thanks,
Cybertof.
How to start 2 winforms at the same time (in 2 threads ?) ?
Application.Run(new frmForm1());
Application.Run(new frmForm2());
Here frmForm2 waits frmForm1 to be closed before beeing displayed.
Thanks,
Cybertof.