Can your app detect Webrowser events?

  • Thread starter Thread starter jim
  • Start date Start date
J

jim

I want to make a WYSIWYG editor for HTML pages that can detect events in the
webbrowser control in real time and control the webbrowser control (and
internal documents) to allow simple stuff like dragging and dropping HTML
controls on the webbrowser control.

The goal is a real-time view of the page as it is edited.

Is it possible for a .Net app to trap these events and respond accordingly?

I have googled for soem code examples, but haven't found anything yet. Do
you know of any code examples of this?

Thanks so much for your time!

jim
 
Back
Top