Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

Cristi Potlog's Wizard Control for .NET

Rate me:
Please Sign up or sign in to vote.
4.80/5 (54 votes)
21 Sep 2005MIT4 min read 452.4K   5.6K   174  
This article introduces a sample wizard control for Windows Forms.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Controls", "Controls\Controls.csproj", "{870C7D59-F59B-44D1-961E-C4341DAA5306}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWizard", "SampleWizard\SampleWizard.csproj", "{9FE97B01-D658-4333-80FF-BDC0E4A98AB5}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{870C7D59-F59B-44D1-961E-C4341DAA5306}.Debug.ActiveCfg = Debug|.NET
		{870C7D59-F59B-44D1-961E-C4341DAA5306}.Debug.Build.0 = Debug|.NET
		{870C7D59-F59B-44D1-961E-C4341DAA5306}.Release.ActiveCfg = Release|.NET
		{870C7D59-F59B-44D1-961E-C4341DAA5306}.Release.Build.0 = Release|.NET
		{9FE97B01-D658-4333-80FF-BDC0E4A98AB5}.Debug.ActiveCfg = Debug|.NET
		{9FE97B01-D658-4333-80FF-BDC0E4A98AB5}.Debug.Build.0 = Debug|.NET
		{9FE97B01-D658-4333-80FF-BDC0E4A98AB5}.Release.ActiveCfg = Release|.NET
		{9FE97B01-D658-4333-80FF-BDC0E4A98AB5}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 MIT License


Written By
Software Developer
Romania Romania
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions