I just realized that I donβt quite understand the difference between the window that I create through CreateWindowEx and the "top level" of the window. What is the top-level window in win32 programming?
CreateWindowEx
A top-level window is a window that is not a child window, or does not have a parent window (which is the same as the "desktop window" as the parent).
The MSDN entry for Windows offers the following definition:
A window that does not have a parent, or whose parent is the desktop window, is called a top-level window.
Source: https://habr.com/ru/post/1497141/More articles:How to enable my mobile site to bypass mobile redirection? - phpLooking for Android source code? - androidCan I conditionally override CSS rule with SASS? - cssC ++ idiom for abstract base class methods without dynamic overhead? - c ++Xcode5 error using Google Admob sdk merge command with exit code 1 - iosShow active navigation for current page using php - htmlhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1497143/adding-canvas-to-tscrollbox&usg=ALkJrhh3rk_d2PgDbvx0wScl_JMbxUKmZAHow to keep personalization when moving a class from WebPartManager to a new assembly? - c #How to make TScrollbox from TCustomControl? - delphiHow to remove or replace automatically added NSView in Interface Builder? - xcode4All Articles