求助,怎样判断是否点了按钮
:face (3): :face (3): 楼主要多看帮助啊#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 633, 454, 193, 125)
$Button1 = GUICtrlCreateButton("Button1", 200, 120, 75, 25, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
MsgBox(0, 0, "你点了按钮了")
EndSwitch
WEnd 问题说的不太明确。
我是想做个外挂,需要判断宿主程序是否点了按钮。
谢谢 大绯狼 那要看是什么类型的 宿主程序了 莫非是大型网游? 汗
页:
[1]