tsolrm Posted September 17, 2012 Share Posted September 17, 2012 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 More sharing options...
Bowmore Posted September 17, 2012 Share Posted September 17, 2012 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 More sharing options...
tsolrm Posted September 17, 2012 Author Share Posted September 17, 2012 I don't think u understood me. This function is for GUI controls Link to comment Share on other sites More sharing options...
dany Posted September 17, 2012 Share Posted September 17, 2012 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 More sharing options...
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