Moonwaltz Posted January 4, 2007 Posted January 4, 2007 my script shows an icon in the system tray while it's running. any hints on how to hide it?
someone Posted January 4, 2007 Posted January 4, 2007 if you don't want to display the tray icon put this at the top of your script #NoTrayIcon if you want to modify the icon check out the help file you can do a lot with it While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
Moonwaltz Posted January 4, 2007 Author Posted January 4, 2007 that did it. Some day I promise I'll learn to do all of this on my own without getting hung up. Thanks again
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