Html Editor (MSHTML)

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
 
T

Tim Anderson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top