举报
$Form1 = GUICreate("Form1", 432, 292, 610, 254) $Button1 = GUICtrlCreateButton("Button1", 125, 100, 182, 65) GUISetState(@SW_SHOW) While 1 $Info = GUIGetCursorInfo() If @error Then ToolTip('窗口没激活') ElseIf $Info[4] = $Button1 Then ToolTip('鼠标停在按钮上') Else ToolTip('鼠标没停在按钮上') EndIf $nMsg = GUIGetMsg() Switch $nMsg Case -3 Exit EndSwitch WEnd
查看全部评分
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-5 10:16 , Processed in 0.108080 second(s), 27 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.