D
DoB
Hi,
The main message loop is started with Application.Run(new MainForm());
What if I wanted to create another message loop in a thread for a different
form, say ThreadForm?
How to do this?
Regards,
DoB
The main message loop is started with Application.Run(new MainForm());
What if I wanted to create another message loop in a thread for a different
form, say ThreadForm?
How to do this?
Regards,
DoB