Jump to content

Recommended Posts

Posted

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

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
  • Recently Browsing   0 members

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