Quote:
Originally Posted by K1ramoX
You do it so wrong...
Code:
HotKeySet("{F9}", "_Hide")
HotKeySet("{F10}", "_UnHide")
While 1
Sleep(100)
WEnd
Func _Hide()
GUISetState(@SW_HIDE)
MsgBox(-1, "Gui State:", "GUI State:~> |-Hide-|")
EndFunc ;==>_Hide
Func _UnHide()
GUISetState(@SW_SHOW)
MsgBox(-1, "Gui State:", "GUI State:~> |-Show-|")
EndFunc ;==>_$UnHide
|
doh...forget that shitty _ xD | First time... I tried like u told me now... but still forgot the _ [Q.Q]
tyvm bro ... [<3]
Those HotKeySet was a pain in my ass all the time Q.Q
Edit2: This way it won't work
and This way it works,But the other buttons and function don't work [Q.Q]
I'm so nubish [Q.Q]