关于SetParent的小问题 - C++ Builder / Windows SDK/API有一程序 标题为 主窗体在当前一程序中使用
HWND h=FindWindow(NULL, TEXT("主窗体")); if (h != NULL) SetParent(currentH, h);
HWND h=FindWindow(NULL, TEXT("主窗体容器")); if (h != NULL) SetParent(currentH, h);