How connect to IE?

  • Thread starter Thread starter Luca Boero
  • Start date Start date
L

Luca Boero

How can I connect to an IE windows opened using WinHttpRequest Object?
Thanks a lot.

Luca
 
I explain better.
I need to read the content of the current page from an IE instance.
How can I do it?
Thanks.

Luca
 
Luca,

It are two complete different questions.

For a current page of an IE you can probably use an interop using the
interop.shdocvw.dll

For reading a page(better a doc) you can use the HttpWebRequest

I hope this helps?

Cor
 
Hi Luca,

This is done easily by creating your own protocol, look at

http://www.members.lycos.co.uk/nickpatemanpwp/
My own software > WTR - Web The Ripper 2

This adds a button to internet explorer which enables you to send the
current URI to WTR, it's got full source code available for download so you
shouldn't have problems sussing out how it works as most parts are reusable
anyway.

Nick.
 

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

Similar Threads


Back
Top