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...
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...