User Profile

Collapse

Profile Sidebar

Collapse
hc0605
hc0605
Last Activity: Feb 22 '07, 07:54 PM
Joined: Jan 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • .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...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post
No activity results to display
Show More
Working...