JohnRichard Posted March 16, 2009 Posted March 16, 2009 Hi to all. Just need your expertise again. Is it possible to create a right click context menu on the traytip icon of the script? Usual thing is that when i execute any script, exe will display icon on the traymenu. When you right click the script, it will display Script Paused and Exit menu. Is it possible to create a new context menu when you right click the script on the traymenu? Then there is corresponding function that it execute when selected on the context menu. HotKeySet("{PAUSE}", "Test") While 1 WEnd Func Test() Local $icon = "C:\PC.ico" TraySetIcon($icon) ENdFUnc Func Exe() ;will execute when right clicked selected on the context menu EndFunc
FireFox Posted March 16, 2009 Posted March 16, 2009 Look at TraySetOnEvent function in the help file Cheers, FireFox.
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