Messaging?

Winforms has the concept of "Message pumping". Is there an explanation that all this and why is it important?

thank

+3
source share
2 answers

I suggest you start here: http://msdn.microsoft.com/en-us/library/ff381409%28v=VS.85%29.aspx

This explains how the basics of Windows work and directly from Microsoft.

I would suggest the following through the hierarchy of links provided in this particular MSDN tutorial (follow the links marked โ€œNextโ€ at the bottom of the content on each page).

This link may be a more direct answer to your question: http://msdn.microsoft.com/en-us/library/ff381405%28v=VS.85%29.aspx

Windows, :

Windows ++ - ISBN-10: 0201758814

+3

wikipedia?

Microsoft Windows . , . , GetMessage ( PeekMessage) , " ".

0

All Articles