wuluck 发表于 2009-6-27 10:07:58

请问这个是用编辑框写的吗?

本帖最后由 wuluck 于 2009-6-27 11:03 编辑

是叫进度条吗?有没什么类似的教程?多谢了先

破帽遮颜 发表于 2009-6-27 10:10:43

#include <GUIConstantsEx.au3>
#include <GUIListBox.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 427, 315, 192, 124)
$List1 = GUICtrlCreateList("", 24, 8, 369, 266)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit

        EndSwitch
WEnd

wuluck 发表于 2009-6-27 11:02:57

多谢 解决了
页: [1]
查看完整版本: 请问这个是用编辑框写的吗?