Ultratech Posted February 6, 2007 Posted February 6, 2007 Just a question, there a way to block esc key so that it doesn't close my gui/terminate script? I use another program that also terminates with the esc key, but my gui also closes.
someone Posted February 6, 2007 Posted February 6, 2007 Yep easily done... check out the opt functions... Opt("GUICloseOnESC", 1) ;1=ESC closes, 0=ESC won't close PS. Is your name Ultratech from Killer Instinct? If so very cool While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
Ultratech Posted February 7, 2007 Author Posted February 7, 2007 It worked thanks and I came up with the name myself, but I forgot it was from killer instinct
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