Get a String in a Browser

  • Thread starter Thread starter mimi
  • Start date Start date
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
 
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
 
Back
Top