哪位大哥大姐进来帮帮小弟界面显示问题,先谢谢各位
就是触到“正在运行”就在 在界面里面 显示“正在运行”触到“以关闭”就在 在界面里面 显示“以关闭”http://www.autoitx.com/attachment.php?aid=2591&k=2a4a7f4a99ed6a2e8948d867fde47cc8&t=1234362965&noupdate=yes
[ 本帖最后由 116154801 于 2009-2-12 20:39 编辑 ] ?什么意思?莫名其妙 GUIGetMsg ( 1 ) 后 判断$array $array 的位置
或者 MouseGetPos 哎 还是不会。。 #include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 575, 137, 192, 124)
$Edit = GUICtrlCreateEdit("", 8, 16, 465, 97)
$Button1 = GUICtrlCreateButton("Button1", 480, 16, 73, 41, 0)
$Button2 = GUICtrlCreateButton("Button1", 480, 71, 73, 41, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
GUICtrlSetData($Edit,"等待...")
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
GUICtrlSetData($Edit,"首 页")
Case $Button2
GUICtrlSetData($Edit,"登 陆")
EndSwitch
WEnd
自己研究了下 终于OK了~!!!! :face (13):
这个好象和你最开始说的不大一样啊 因为都是 GUICtrlSetData 一样一样啦 呵呵···
页:
[1]