Jump to content

autoit bug or am i missing something?


Recommended Posts

func _msgcls()

if WinExists("poop", "") = 1 Then

$msg = GUIGetMsg()

If $msg = $GUI_EVENT_CLOSE Then

GUISetState(@SW_HIDE)

EndIf

endif

endfunc

when i compile it tells me $GUI_EVENT_CLOSE isnt declared, but i dunno why i should have to declare this when its you know, $GUI_EVENT_CLOSE isnt a variable

is this a bug i found or am i doing something wrong?

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...