Get a String in a Browser

M

mimi

Here's my problem.
I know the handle of a browser. I want to search whether browser's content
contain a specific word. Is it possible to do that by C# + framework 1.1.
Any API can fulfill this?
thank you

mimi
 
V

Vadym Stetsyak

If you're talking about IE browser then you can write BHO ( Browser Helper Object ) to get the content displayed by browser. BHO is COM component loaded by IE.

IE has internal that can be used by BHO.

--
Vadym Stetsyak aka Vadmyst
http://vadmyst.blogspot.com
 

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