Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > how to detect IE webpage completion from another process

Reply
Thread Tools Display Modes

how to detect IE webpage completion from another process

 
 
Jeff
Guest
Posts: n/a

 
      04-05-2009
I have a C++ application that starts up other applications with
CreateProcess and ShellExecute. I would like to be able to monitor Internet
Explorer windows and detect when it has completed loading a webpage, or
loaded enough for a particular link or form to be available. Java and
JavaScript can access the document, and from there, they can get an array of
objects in the document; is there a way to do something like that using C++
in a separate process?

Or some other way to monitor IE windows to detect when it has completed
loading a webpage?

Thanks,
Jeff

 
Reply With Quote
 
 
 
 
Jeff
Guest
Posts: n/a

 
      04-13-2009
Take a gander at:
http://www.codeproject.com/KB/shell/iehelper.aspx

"Jeff" <> wrote in message
news:...
>I have a C++ application that starts up other applications with
>CreateProcess and ShellExecute. I would like to be able to monitor
>Internet Explorer windows and detect when it has completed loading a
>webpage, or loaded enough for a particular link or form to be available.
>Java and JavaScript can access the document, and from there, they can get
>an array of objects in the document; is there a way to do something like
>that using C++ in a separate process?
>
> Or some other way to monitor IE windows to detect when it has completed
> loading a webpage?
>
> Thanks,
> Jeff
>


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic Completion of E-mail Address dave Windows Vista Mail 1 09-07-2008 09:23 PM
Automatic Completion of E-mail Address Rob Windows Vista Mail 3 09-07-2008 04:22 AM
address auto completion cybersedona Windows Vista Mail 5 12-11-2007 01:47 AM
Tag Auto-completion in Photo Gallery for XP? rick Windows Vista Music, Pictures and Video 0 11-11-2007 06:53 AM
I cannot get one download to completion!! Andy Windows Vista General Discussion 2 02-02-2007 05:47 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59