tags:

views:

71

answers:

1

Hi, I want to write ie based web developer tool with find element feature. i am using c# and wpf and my application should looks like ie developer tool: alt text

or firebug:

alt text

Any suggestion?

A: 

To consolidate a bunch of answers:

You can either:

  • Host IE in your app
  • Make an IE plugin

To highlight an area, you should look at http://www.codeproject.com/KB/dotnet/NetHtmlEventHandler.aspx

Zian Choy