c.haslam Posted September 6, 2011 Posted September 6, 2011 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
sleepydvdr Posted September 10, 2011 Posted September 10, 2011 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>
c.haslam Posted September 17, 2011 Author Posted September 17, 2011 Thank you Spoiler CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard
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