ocx控件获取使用App的窗口句柄
在CXxxCtrl文件中
HWND hAppWnd = NULL;if (m_pInPlaceSite != NULL) m_pInPlaceSite->GetWindow(&hAppWnd);