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