Top "Windows-messages" questions

Questions about various messages in a Windows system.

Windows API: What is the first message a window is guaranteed to receive?

I've been used to thinking that WM_CREATE is the first message a window receives. However, when testing this assumption …

winapi windows-messages
How does the message queue work in Win32?

I read some stuff on Win32 and how the message loop works, and there's something that is still unclear to …

windows winapi windows-messages