The information in this article applies to:
SUMMARYSetParent() can be used to change the parent window of a pop-up,
overlapped, or child window. However, pop-up and overlapped windows were
not designed to have a parent and they may function incorrectly if they are
given a parent using SetParent. For example, messages like "WM_ACTIVATEAPP"
that are sent only to top-level windows, will not be sent to a pop-up or
overlapped window that has been given a parent. Child windows can be safely
re-parented.
Additional query words:
Keywords : kb16bitonly kbSDKPlatform kbGrpUser kbWndw kbWndwProp kbUser |
Last Reviewed: June 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |