Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / Windows Forms

Undo/Redo Framework

Rate me:
Please Sign up or sign in to vote.
4.89/5 (21 votes)
16 Oct 2013CPOL8 min read 93K   4.2K   78  
Undo/Redo framework for editing controls in a Windows application.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "UndoApp", "UndoApp\UndoApp.vbproj", "{A63A3BF4-4669-4FCB-BFA6-BDBA65FF5837}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A63A3BF4-4669-4FCB-BFA6-BDBA65FF5837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A63A3BF4-4669-4FCB-BFA6-BDBA65FF5837}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A63A3BF4-4669-4FCB-BFA6-BDBA65FF5837}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A63A3BF4-4669-4FCB-BFA6-BDBA65FF5837}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Netherlands Netherlands
Currently working as a Software Developer on several projects.

Comments and Discussions