hi all

I have VB application with:

1- webbrowser control that I load with HTML file from my hard drive.
2- textBox that I write word I want search for.

I want search the HTML file in my webbrowser and highlight all words I wrote it in the textBox.

(Like when you search help file it highlight all words you search for)

Thanks in advance.