Jump to content

Is there any way ...


Recommended Posts

Is there any way to hide a tray menu/item?

I mean you can basically do everything else besides that with them :\

If anyone could help, it would be greatly appreciated :)

Example code (so you can quickly work with it.)

Opt('TrayMenuMode', 1)

$Test = TrayCreateItem('Test')
TrayItemSetState($Test , ... ) ;something to hide to control

HotKeySet("{ESC}", 'ExitT')

While 1
    Sleep(1000)
WEnd

Func ExitT()
    Exit
EndFunc

My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website

Link to comment
Share on other sites

TrayItemSetState($Test ,@SW_HIDE) eh ?

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

Link to comment
Share on other sites

Doesn't work, i've tried it.

I've also tried using $GUI_HIDE but it just doesn't seem to work :\

Opt("TrayIconHide",1) ?

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

The native Tray icon stuff only effects the AuotIt icon, not those of other programs. But the System Tray is just a toolbar with buttons and responds nicely to the UDFs. Demo is here.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Hmm, you guys have grabbed the wrong end of the stick. I'm talking about hiding a tray item or menu, not the icon.

Thanks for trying anyway :)

My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website

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...