Jump to content

Recommended Posts

Posted (edited)

Basically my dad is really slow @ computers and he needs to host many images at a picture host. For him it takes like 10 minutes to browse for the location of his picture, then to upload it and then to get the direct link to his image. I wanted to make an autoit script that does something like this:

A popup box comes up and asks him to locate ("Browse..") the image on his computer.

After he presses "ok" it would automatically access a free image host (Dont know which one is the best...Imageshack?) upload his picture(That he browsed for) to the host, then copy the direct link to his clip board. Oh and preferably all of this is done hidden in the background.

I dont really know how to go about this, any help would greatly be appreacted! Thanks guys.

I guess an important question to me is how do you click on a button with the following string written on it "Host it!"

Edited by phatzilla
Posted (edited)

I wrote something to do this a while back.

ImageShack Upload

Hey thanks thats great!

Is there any way to make it invisible?

I put in the $f_visible = 0 command and it does run invisible, but it doesnt show up after its done uploading

Edited by phatzilla
  • Moderators
Posted

Hey thanks thats great!

Is there any way to make it invisible?

I put in the $f_visible = 0 command and it does run invisible, but it doesnt show up after its done uploading

Use the following when you want it visible.

$oIE.visible = 1

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
  • Recently Browsing   0 members

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