当前位置: 代码迷 >> Web前端 >> ocx控件获取施用App的窗口句柄
  详细解决方案

ocx控件获取施用App的窗口句柄

热度:164   发布时间:2013-09-05 16:02:06.0
ocx控件获取使用App的窗口句柄

在CXxxCtrl文件中

HWND hAppWnd = NULL;
if (m_pInPlaceSite != NULL)
  m_pInPlaceSite->GetWindow(&hAppWnd);


 

  相关解决方案