Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to do undo function

Status
Not open for further replies.

beeleegie

Programmer
Joined
May 15, 2002
Messages
42
Location
HK
I want my application can have undo function, just like photoshop that can undo more than one steps. Do anyone know c# provide this kind of library for us to handle it?
 
I think that you have to manage the undo by yourself, because your application knows what changed in its data.
It depends on the things you want undone. If it's about a database, you can always use transactions. If not, you have to make your own mechanism.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top