ddsdiur Posted November 3, 2006 Posted November 3, 2006 Please tell me how to make it so I get a custom menu when I click the systray icon, as in: __________________ |Initiate Task 1 | |Initiate Task 2 | |Quit | --------------------------
xcal Posted November 3, 2006 Posted November 3, 2006 $path = RegRead('HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt', "InstallDir") $find = 'TrayCreateMenu' Run($path & '\AutoIt3Help.exe ' & $find) How To Ask Questions The Smart Way
ddsdiur Posted November 3, 2006 Author Posted November 3, 2006 $path = RegRead('HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt', "InstallDir") $find = 'TrayCreateMenu' Run($path & '\AutoIt3Help.exe ' & $find)Thanks
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