Html Editor (MSHTML)

  • Thread starter Thread starter Pablo Ricco
  • Start date Start date
P

Pablo Ricco

Hello, I have the next question: Is possible know if the mshtml editor can
undo or redo?
I use doc.execCommnad("Undo",false,null); but I need know if I can undo or
redo for enable/disable Undo or Redo in the menu.

If anybody have a good example about MSHTML, please send me.

thanks,
Pablo
 
Pablo Ricco said:
Hello, I have the next question: Is possible know if the mshtml editor can
undo or redo?
I use doc.execCommnad("Undo",false,null); but I need know if I can undo or
redo for enable/disable Undo or Redo in the menu.

If anybody have a good example about MSHTML, please send me.

You can use QueryStatyus for this.

Tim
Free C# HTML Editor component
http://www.itwriting.com/htmleditor/index.php
 
Back
Top