views:

372

answers:

0

We are building a HTML edit control using a VB6 wrapper around the WebBrowser control and MSHTM documents. We are having problems detecting if the document has been modified by the user.

VB6 does not support using the IHTMLChangeSing and IHTMLChangeLog interfaces so these seem to be non-starters.

What other events from either the WebBrowser control or the MSHTML document could we trap to check for changes - any and all ideas gratefully recieved...

Thanks

Matt