Application::Run Method
.NET Framework (current version)
Begins running a standard application message loop on the current thread.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Run() | Begins running a standard application message loop on the current thread, without a form. |
![]() ![]() | Run(ApplicationContext^) | Begins running a standard application message loop on the current thread, with an ApplicationContext. |
![]() ![]() | Run(Form^) | Begins running a standard application message loop on the current thread, and makes the specified form visible. |
Show:

