Click here to Skip to main content
15,885,985 members
Articles / Programming Languages / C#

Dynamic Dialog Box

Rate me:
Please Sign up or sign in to vote.
4.42/5 (12 votes)
11 Aug 2004CPOL2 min read 81.8K   1.6K   42  
An article on dynamic dialog boxes and ListView control.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynLayout", "DynLayout\DynLayout.csproj", "{735CCA6C-697E-47D6-807A-E41AF1B3055A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{735CCA6C-697E-47D6-807A-E41AF1B3055A}.Debug.ActiveCfg = Debug|.NET
		{735CCA6C-697E-47D6-807A-E41AF1B3055A}.Debug.Build.0 = Debug|.NET
		{735CCA6C-697E-47D6-807A-E41AF1B3055A}.Release.ActiveCfg = Release|.NET
		{735CCA6C-697E-47D6-807A-E41AF1B3055A}.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 Code Project Open License (CPOL)


Written By
Web Developer
United States United States
I am a Director of Engineering, have an MBA and work in C# forms, Asp.Net and vb.net. I have been writing Windows program since windows 3.0. I am currently working in the Healthcare industry.

I enjoy reading, music (most types), and learning new technology. I am involved in opensource projects at codeplex.

My linkedin link is
http://www.linkedin.com/in/donsweitzer

Comments and Discussions