#include <WinAPI.au3> #include <SendMessage.au3> Opt('WinSearchChildren', 1) While 1 Sleep(500) Local $pos = MouseGetPos() Local $tXY = DllStructCreate("long X;long Y") DllStructSetData($tXY, "X", $pos[0]) DllStructSetData($tXY, "Y", $pos[1]) Local $hwnd = _WinAPI_WindowFromPoint($tXY) ToolTip(WinGetClassList($hwnd)) WEnd
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-15 01:04 , Processed in 0.077422 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.