16,541
社区成员
发帖
与我相关
我的任务
分享
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.