how to detect IE webpage completion from another process

J

Jeff

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top