문제

I don't quite understand what the difference between a window that I create via CreateWindowEx and a "top-level" window.

What is a top level window in win32 programming?

도움이 되었습니까?

해결책

A top-level window is a window that is not a child window, or has no parent window (which is the same as having the "desktop window" as a parent).

다른 팁

The MSDN entry About Windows offers the following definition:

A window that has no parent, or whose parent is the desktop window, is called a top-level window.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top