Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

select tree node highlight corresponding HTML

Status
Not open for further replies.

didijc

Programmer
Jan 2, 2010
4
US
Ok folks, I need some help...

I have a webbrowser control & a treeview control...once I load a website I create a HTML DOM tree representation of the website...

What I want to do now, is the following:
1) mouse over any HTML element, which will then select the corresponding tree node on the HTML DOM Tree

...and the reverse...

2) select any tree node and have the corresponding HTML element highlight (red border around it)

much like IE DOM Inspector or FireBug

Does anyone have any pointers / suggestions - I would really appreciate it...I've trying to figure this out for months now...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top