Search a word in Webbrowser control

A

aagarwal8

Hi,

How can i search a particular word in webbrowser control in .Net? That
is if the searched word is found, it should be highlighted like in
internet explorer.

Regards,
Ankit!!
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

You better post this question in a ASPNET NG, or even one of javascript.
You will have to look nito all of the document's items but not blindly
(cause you do not want the hidden elements to show)
when found you need to inject html code to hightlight it
 

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