Jump to content

can this be done with autoit ?


bobheart
 Share

Recommended Posts

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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