Jump to content

how to put #notrayicon inside of an IF?


Recommended Posts

No, I don't think that will work because

Windows needs to know what it is doing with a program (and it's icon) the instant the program is started. (does it show an icon, which icon? does it not show an icon?)

trying to put #NoTrayIcon later in the script means that windows would have to run your program partially before finding out what it needs to do with the icon.

(my guess as to how it would work)

You may have to use

Opt("TrayIconHide", 1) to hide

Opt("TrayIconHide", 0) to unhide

But the icon will show briefly until this line is executed.

*edit*

Wow... Way too slow.

Edited by kaotkbliss

010101000110100001101001011100110010000001101001011100110010000

001101101011110010010000001110011011010010110011100100001

My Android cat and mouse game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...