rocknload Posted September 2, 2008 Posted September 2, 2008 hi..i have no clue how to use gui..i will be happy if somebody made a normal and simple tutorial for begginers..thx
let Posted September 2, 2008 Posted September 2, 2008 (edited) EX #include <GUIConstants.au3> GUICreate(" GUI Base",200,100) $icon=GUICtrlCreateIcon (@windowsdir & "\cursors\horse.ani",10,85,45,32,32) GUISetState () While 1 $msg = GUIGetMsg() Select Case $msg=$icon MsgBox(4096,"Hello","How are you") Case $msg = $GUI_EVENT_CLOSE ExitLoop EndSelect Wend Edited September 2, 2008 by let
rocknload Posted September 2, 2008 Author Posted September 2, 2008 (edited) thank you very much btw the #include <GUIConstants.au3> part is important? Edited September 2, 2008 by rocknload
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now