views:

421

answers:

2

I have a System.Windows.Forms.Webbrowser control hosted in a Winforms app and am loading up a html document that has various elements with the contentEditable attribute set to true. How do I enable multi-level undo and redo for the document?

TIA.

MB

A: 

Hi,

Correct me if I'm wrong, but I would think you can apply the library DejaVu found in codeplex.

here is the blog link

Ric Tokyo
A: 

Undo/Redo is built in here's the control i had used earlier http://www.itwriting.com/htmleditor/

Kumar