16,545
社区成员




HWND SetParent(
HWND hWndChild,
HWND hWndNewParent
);
Remarks
An application can use the SetParent function to set the parent window of a pop-up, overlapped, or child window. The new parent window and the child window must belong to the same application.