.NET Form application should be based on the win32, and the concepts of message loop, window procedure should be similar.
My understanding is that for a simple single-threaded .Net Form application, Application.Run (myForm) begins running a standard application message loop on the current thread. All the event handlers of the controls on 'myForm' are executed on this thread sequentially. However, I have a single-threaded Form application...
User Profile
Collapse
-
Need to understand message queue, loop, threads. Thanks
Hi everyone,
I am a newbie to GUI application, and I need help in understanding some concepts:
For a Windows-based GUI application, the system maintains a single system message queue. Mouse events etc. are converted into messages and are put in the system message queue by device drivers. The system removes the messages from the system message queue, and posts them to the message queue of the thread that created the destination...
No activity results to display
Show More
Leave a comment: