karlkar Posted December 5, 2013 Posted December 5, 2013 Hello. I have a simple tray working in onEventMode. I want to implement it so, that after double left clicking the autoit tray icon, default option is chosen (for example the first one). For example double clicking the Outlook tray icon shows up Outlook main window. I want similar behaviour. Is such a thing possible?
Terenz Posted December 5, 2013 Posted December 5, 2013 #include <Constants.au3> TraySetOnEvent($TRAY_EVENT_PRIMARYDOUBLE, '_YourFunc') Nothing is so strong as gentleness. Nothing is so gentle as real strength
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