Is it possible to call Application.Run, but to not pass a form parameter, or is there an alternative if there’s no form to call?
The Run method doesn’t seem to have
The Run method doesn’t seem to have any overloads that don’t accept a form.
Uh... http://msdn.microsoft.com/en-us/library/ms157900.aspx
Application.Run Method Begins running a standard application message loop on the current thread, without a form. public static void Run()
Begins running a standard application message loop on the current thread, without a form.
public static void Run()