Jump to content

Where can I find comprehensive doc on TrayMenu?


c.haslam
 Share

Recommended Posts

Has anyone put together one doc that explains all the features of TrayMenu? Where is it? I find the Help confusing. It seems that some features require a combination of functions and Opts.

Spoiler

CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard

 

Link to comment
Share on other sites

Depending on what you want to do, it may not be very complicated. #NoTrayIcon = no tray icon. If you use that, you can create your own tray menu options for when you right-click your executable's icon in the taskbar. To do so, use TrayCreateMenu and TrayCreateItem to create your own custom menu.

The other commands deal with modifying the tray menu's behavior like deleting items, setting text, etc.

Look at the example in the help file for TrayCreateMenu and I think it will help get you on the right track.

#include <ByteMe.au3>

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