Jump to content

Recommended Posts

Posted

Autohotkey has this so you can have a menu in the icon in the system tray were you just right click on the icon and get a menu .

#persistent

Menu, Tray, Add , Example One, Example1
Menu, Tray, Add , Example Two, Example2
return

Example1:
msgbox, This is Example One
return


Example2:
msgbox, This is Example Two
return

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
×
×
  • Create New...