Click here to Skip to main content
15,892,643 members
Articles / Programming Languages / C#

Numeric Edit Box

Rate me:
Please Sign up or sign in to vote.
3.69/5 (21 votes)
14 Sep 2004CPOL11 min read 80.7K   683   31  
An article on building a validating numeric entry control.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestNumBox", "TestNumBox\TestNumBox.csproj", "{D7AAA1CD-9037-41F3-8FD3-2D9E23BD54CD}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumEditBox", "..\..\WinComponents\NumEditBox\NumEditBox.csproj", "{65060D8E-6F61-4C9C-BEDF-074D0F6EEC7A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{D7AAA1CD-9037-41F3-8FD3-2D9E23BD54CD}.Debug.ActiveCfg = Debug|.NET
		{D7AAA1CD-9037-41F3-8FD3-2D9E23BD54CD}.Debug.Build.0 = Debug|.NET
		{D7AAA1CD-9037-41F3-8FD3-2D9E23BD54CD}.Release.ActiveCfg = Release|.NET
		{D7AAA1CD-9037-41F3-8FD3-2D9E23BD54CD}.Release.Build.0 = Release|.NET
		{65060D8E-6F61-4C9C-BEDF-074D0F6EEC7A}.Debug.ActiveCfg = Debug|.NET
		{65060D8E-6F61-4C9C-BEDF-074D0F6EEC7A}.Debug.Build.0 = Debug|.NET
		{65060D8E-6F61-4C9C-BEDF-074D0F6EEC7A}.Release.ActiveCfg = Release|.NET
		{65060D8E-6F61-4C9C-BEDF-074D0F6EEC7A}.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 ESRI.CA
Canada Canada
Horia Tudosie is Master of Sciences from the Polytechnic University of Bucharest - Computer Sciences.
Horia came in Canada in 1994 and have work in US 4 years since 2003.
He was working with various peculiar languages as Delphi and Forth, but mainly with C++, C#, WPF, and JavaScript. He mainly develops applications and Extensions for GIS.

Comments and Discussions