Jump to content

gui help -.-


rocknload
 Share

Recommended Posts

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 by let
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...