Click here to Skip to main content
15,893,487 members
Articles / Programming Languages / C#

How to build a Clock control

Rate me:
Please Sign up or sign in to vote.
3.67/5 (9 votes)
9 Sep 20026 min read 105.9K   3.1K   52  
This is a quick guide on how to create your own customizable clock control
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClockDemo", "ClockDemo.csproj", "{07021FE8-16D0-4219-A32D-FE73191EECC9}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{07021FE8-16D0-4219-A32D-FE73191EECC9}.Debug.ActiveCfg = Debug|.NET
		{07021FE8-16D0-4219-A32D-FE73191EECC9}.Debug.Build.0 = Debug|.NET
		{07021FE8-16D0-4219-A32D-FE73191EECC9}.Release.ActiveCfg = Release|.NET
		{07021FE8-16D0-4219-A32D-FE73191EECC9}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Romania Romania
I am 18 years old and I have programmed for one year in C++ and MFC.
I am now programming in C# and .NET Framework.

Comments and Discussions