Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <GUIConstantsEx.au3>
- Local $hGUI = GUICreate("Window", 600, 500, -1, -1)
- Local $hDater = GUICtrlCreateDate ( "DateTest", 190, 50)
- GUISetState()
- While 1
- $hMsg = GUIGetMsg()
- Switch $hMsg
- Case $GUI_EVENT_CLOSE
- Exit
- EndSwitch
- WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement