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

后端 未结 4 2181
囚心锁ツ
囚心锁ツ 2020-12-16 18:44

I\'ve been used to thinking that WM_CREATE is the first message a window receives. However, when testing this assumption on a top-level window, it turns out to be false. In

4条回答
  •  独厮守ぢ
    2020-12-16 19:21

    You can use spy++ which comes with visual studio to see what messages are generated when the application or window is started.

提交回复
热议问题