GUI入门级源代码--共享--适合初学者
#include <ButtonConstants.au3>#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <EditConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 623, 438, 192, 124)
GUICtrlCreateInput("",-1,-1,-1,-1,$ES_PASSWORD )
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd {:face (411):}什么情况 真的好适合的样子...
页:
[1]