How to implement 'undo' operation in .net windows application?

后端 未结 9 1251
无人共我
无人共我 2020-12-04 22:35

Assume that, a win form has certain input fields and user enters/re-enters some data.

How to retain data previously entered by \'undo\' operation?

Just I wan

9条回答
  •  情深已故
    2020-12-04 23:18

    You may also found the Reversi library useful, as several others seems to have. See [http://www.codeproject.com/KB/dotnet/reversibleundoredo.aspx][1] or [this][2]

    [1]: http://www.codeproject.com/KB/dotnet/reversibleundoredo.aspx Make Your Application Reversible to Support Undo And Redo

    [2]: http://www.codeproject.com/script/Articles/Article.aspx?aid=22502 Undo Redo

提交回复
热议问题