如何取得其它应用程序窗体上的某个按钮的句柄?(0分)

  • 主题发起人 主题发起人 dtboyi
  • 开始时间 开始时间
D

dtboyi

Unregistered / Unconfirmed
GUEST, unregistred user!
如何取得其它应用程序窗体上的某个按钮的句柄?
 
用FindWindowEx函数应该就可以!~
 
根据 CAPTION 来找
 
enumchildwindows(getdesktopwindow,@lpenumfunc1,lp);<br>&nbsp; 获得其它应用程序窗口句柄<br><br>&nbsp; enumchildwindows(handle,@lpenumfunc2,lp);<br>&nbsp; handle为子窗口的句柄
 
后退
顶部