Jump to content

Recommended Posts

Posted

How do you make it so that the program won't show up in the tray? I'm not referring to the one by the clock, but just the general one where all the programs minimize to. thanks!

Posted (edited)

#NoTrayIcon

Put this at the top of your script just as you would an include.

Edit: Sorry. Must have missed the taskbar part somehow.

Edited by dantay9
Posted

How do you make it so that the program won't show up in the tray? I'm not referring to the one by the clock, but just the general one where all the programs minimize to. thanks!

The taskbar is what you are referring to. If a script or program is run as a service, it won't be on the taskbar, but there probably maybe are other ways..

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

Posted

if its a GUI you made then just use it as a child of the desktop

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...