gleem Posted July 14, 2006 Posted July 14, 2006 Being that when I create a script that uses gui, it creates an instance on the application bar at the bottom along with a system tray icon. is there away to keep the instance on the application bar and remove the system tray icon?
Paulie Posted July 14, 2006 Posted July 14, 2006 Being that when I create a script that uses gui, it creates an instance on the application bar at the bottom along with a system tray icon. is there away to keep the instance on the application bar and remove the system tray icon? #NoTrayIcon or Opt('TrayIconHide', 1)
gleem Posted July 14, 2006 Author Posted July 14, 2006 #NoTrayIcon or Opt('TrayIconHide', 1) thank you so much.. that worked
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