Jump to content

add an option to a rightclick menu of an image


tsolrm
 Share

Recommended Posts

Is it possible to do the following in AutoIt. I'm making a simple uploader

When I rightclick on any image, I want there do be an extra option which would say something like "Upload this to www...." and when it's clicked, the image is uploaded and a link is recieved.

Link to comment
Share on other sites

Yes this is possible. What you need is a context menu. Search for

GUICtrlCreateContextMenu in the help file for an example.

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook

Link to comment
Share on other sites

Images on your computer? Well, if the site you're talking about has an API for that, then I'd say yes. Take a look at I've just downloaded it myself as from what I can tell thusfar, it's exactly what you're looking for. From there on it's writing code to interact with whatever API the site provides.

[center]Spiderskank Spiderskank[/center]GetOpt Parse command line options UDF | AU3Text Program internationalization UDF | Identicon visual hash UDF

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...