您需要 登录 才可以下载或查看,没有账号?加入
举报
#Include <Array.au3> #Include <WinAPIEx.au3> $Data = _WinAPI_EnumChildWindows(_WinAPI_GetDesktopWindow()) $aPos=ControlGetPos(_WinAPI_GetDesktopWindow(), "", "[ID:303]") ;$aPos=ControlGetPos(_WinAPI_GetDesktopWindow(), "", "TrayNotifyWnd") ;为什么用这个不行呢?还没搞懂。 MsgBox(4096, "窗口状态:", "坐标: " & $aPos[0] & "," & $aPos[1] & @CRLF & "大小: " & $aPos[2] & "," & $aPos[3] ) ToolTip('wwww',$aPos[0]-50,@DesktopHeight-$aPos[3]) Sleep(5000)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-16 21:24 , Processed in 0.089300 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.