Вопрос

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