jiglei Posted July 28, 2010 Posted July 28, 2010 (edited) 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 July 28, 2010 by jiglei mytikettenden 1
PsaltyDS Posted July 28, 2010 Posted July 28, 2010 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. 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
jiglei Posted July 28, 2010 Author Posted July 28, 2010 For my situation I think the better option would be screen shotting it... Isn't it really possible to do it anyother way than those 3? I really was avoiding those steps.
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