|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Get a String in a BrowserHere'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. 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 > > |
|||||||||||||||||||||||