请问这个是用编辑框写的吗?
本帖最后由 wuluck 于 2009-6-27 11:03 编辑是叫进度条吗?有没什么类似的教程?多谢了先 #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 多谢 解决了
页:
[1]