lionfaggot Posted February 3, 2011 Posted February 3, 2011 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?
hannes08 Posted February 3, 2011 Posted February 3, 2011 Hi lionfaggot, no need to double-post this... The answer to your question is in the other post. Regards, Hannes Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
lionfaggot Posted February 3, 2011 Author Posted February 3, 2011 i edited this post and it double posted LOL
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