116154801 发表于 2009-2-11 22:38:28

哪位大哥大姐进来帮帮小弟界面显示问题,先谢谢各位

就是触到“正在运行”就在 在界面里面 显示“正在运行”触到“以关闭”就在 在界面里面 显示“以关闭”

http://www.autoitx.com/attachment.php?aid=2591&k=2a4a7f4a99ed6a2e8948d867fde47cc8&t=1234362965&noupdate=yes

[ 本帖最后由 116154801 于 2009-2-12 20:39 编辑 ]

大绯狼 发表于 2009-2-11 22:54:10

?什么意思?莫名其妙

sxd 发表于 2009-2-12 00:14:09

GUIGetMsg ( 1 )   后 判断$array $array 的位置
或者 MouseGetPos

116154801 发表于 2009-2-12 19:44:46

哎 还是不会。。

116154801 发表于 2009-2-12 20:39:45

#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了~!!!!

35888894 发表于 2009-2-13 10:28:25

:face (13):
这个好象和你最开始说的不大一样啊

116154801 发表于 2009-2-13 11:12:08

因为都是 GUICtrlSetData 一样一样啦 呵呵···
页: [1]
查看完整版本: 哪位大哥大姐进来帮帮小弟界面显示问题,先谢谢各位