Jabberwock Posted November 1, 2006 Posted November 1, 2006 Is there a way to double click the tray for a custom func when you are Not using the default try menu?
xcal Posted November 1, 2006 Posted November 1, 2006 TraySetOnEvent($TRAY_EVENT_PRIMARYDOUBLE, 'somefunc') How To Ask Questions The Smart Way
Jabberwock Posted November 1, 2006 Author Posted November 1, 2006 (edited) TraySetOnEvent($TRAY_EVENT_PRIMARYDOUBLE,"SpecialEvent") =) (#include <Constants.au3>) is needed, thanks Edited November 1, 2006 by Jabberwock
Jabberwock Posted November 1, 2006 Author Posted November 1, 2006 (edited) What about disabling left click on the tray? =) *got it, if any of you are reading and want to know, TraySetClick(16) Edited November 1, 2006 by Jabberwock
argumentum Posted December 10, 2008 Posted December 10, 2008 What about disabling left click on the tray? =) *got it, if any of you are reading and want to know, TraySetClick(16)its been 2 years but thanks for the answer, I was going nuts just now looking for the answer =) Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
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