WebBrowser control - know when user saves.

  • Thread starter Thread starter standish22
  • Start date Start date
S

standish22

I'm using the WebBrowser control to display a document.

I need to know if the file changed at all once the user closes the
document.

I have the Saved property of the document, but that doesn't tell you if
the user did a Ctrl-S or not.

Any ideas?

I guess I might be able to capture the last modified date before and
after the close, and if those are different, then mark the file as
being modified.

But is there a better way?

Thanks...
 
Back
Top