J
jake
How can I Show() a form without letting it get focus?
As in:
(this code will run in a separate thread)
myFrom frm = new myForm();
frm.Show();
Focus should remain in whatever application currently has focus on the
desktop.
Regards,
jake
As in:
(this code will run in a separate thread)
myFrom frm = new myForm();
frm.Show();
Focus should remain in whatever application currently has focus on the
desktop.
Regards,
jake