c# - What Application.Run( ) does? -


I was thinking that WinForms classes are in the form of any other class. But starting the project, I am getting confused. Why the new form starts with the application. Run and what kind of mechanism is inside it? As it is written in, it starts running a standard application message loop on the current thread.

Message handles loop clicks, keypresses, paint requests, and more.

When it is called, that form also appears.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -