Click here to Skip to main content
15,894,539 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using a WebBrowser control in a windows application. I will be loading a html document on this webBrowser control. My requirement is I wanted to implement mouse move over webBrowser and based on the move of the cursor, if the cursor was right above any tags, I have to highlight the div content who is the parent of this element.

For example:
<div id="id1">
<p>Hello World</p>
</div>

<div id="id2">
I am in div2 
</div>


Here if I keep the cursor on top of Hello World, the control has to highlight the div(id1).

Its more like how we debug in normal browser through debugger.

I am open to suggestions for this.

Thanks for your reply.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900