Question

I am using Web Browser control to display some HTML Text in my windows application. Now i want a functionality that can be search text or phrase within the HTML text.

So can anyone help me to find out how to do this? and if there is scroll bar on the control means text is too long and searched text not display because of scroll bar then after search text/phrase, focus should come on the searched text/phrase and scroll should go down accordingly.

And also i want to search in any case like if user select word "take" and then click on search ,it will search the exact word/phrase from the control. I do not want case sensitive search. If user enter "take" then it should search "Take" or "TAKE" or "take" in any case. So i do not want case sensitive search as well.

Please help me out to solve the problem.

Thanks in Advance.

Était-ce utile?

La solution

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top