C#, Windows Forms, and Application.Run()
Posted
by Motig
on Stack Overflow
See other posts from Stack Overflow
or by Motig
Published on 2010-04-01T18:30:56Z
Indexed on
2010/04/01
18:33 UTC
Read the original article
Hit count: 522
Hi, when I call Application.Run() on a form, this command halts the program until the form is closed, it seems. Is there another command I can use to create the form without halting the program? Thanks
© Stack Overflow or respective owner