Home All Groups Group Topic Archive Search About

Get a String in a Browser

Author
2 Feb 2006 10:02 AM
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

Author
2 Feb 2006 11:12 AM
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

Show quote
"mimi" <m***@mi.com> wrote in message news:OiFHX$9JGHA.668@TK2MSFTNGP11.phx.gbl...
> 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
>
>

AddThis Social Bookmark Button