Jump to content

Create Image object from an image on IE and add it to gui


Recommended Posts

Hi everyone, I've been searching for a while to a solution to this, and I didn't seem to find it out...

What I intend to do, is to somehow, add to my gui, an image that is currently displaying on an IE page. Is it possible? (I bet it is)

I've been trying something with _iegetobjbyid() , and creating the object successfuly, but now, how do I IMPLEMENT it on the gui?

Some tips would be apreciated.

PS: I'm sorry that i didn't brought up any code, but im realy "blind" on how to do this :S

EDIT:

Since i'm not having any responses, I assume that i said something that doesn't make sense, actualy I'm new with com/objects thing, and I don't realy get how they work.

Anyways, I work with many things in Autoit that I don't truly understand, and have made plenty of working applications.

Yet, I just need to somehow, (either with objects or not) to make an image that is showing on a web page to become part of the gui without downloading it.

Can it be done?

Edited by jiglei
Link to comment
Share on other sites

You could:

1. Download the image

2. Embed IE in your gui to display the page itself. See _IECreateEmbedded() in the help file.

3. Take a screen capture of the desktop region and use that image.

:blink:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...