首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VC/MFC >

FindWindowEx()一问?解决方法

2012-01-19 
FindWindowEx()一问?HWNDFindWindowEx(HWNDhwndParent,//handletoparentwindowHWNDhwndChildAfter,//handl

FindWindowEx()一问?
HWND   FindWindowEx(
    HWND   hwndParent,             //   handle   to   parent   window
    HWND   hwndChildAfter,     //   handle   to   child   window
    LPCTSTR   lpszClass,         //   class   name
    LPCTSTR   lpszWindow         //   window   name
);
现在我查到hwndChildAfter是00C0620,我怎么在这个函数里表示00C0620?

[解决办法]
在我查到hwndChildAfter是00C0620,我怎么在这个函数里表示00C0620
======================
你查到的应该是一个句柄,直接用就是了,不用这个句柄的数值的.

热点排行