Click here to Skip to main content
15,885,078 members
Articles / Desktop Programming / Windows Forms

Drawing Names (A Christmas Name Drawing Application)

Rate me:
Please Sign up or sign in to vote.
4.78/5 (11 votes)
23 May 2012CPOL17 min read 67K   606   26  
A Christmas name drawing application using DHTML, JavaScript, XML, C#, Forms, VS2008, .NET 3.5, encryption.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NameDrawing", "NameDrawing\NameDrawing.csproj", "{F9ED960A-6135-434D-96C6-822E82DC7D63}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F9ED960A-6135-434D-96C6-822E82DC7D63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F9ED960A-6135-434D-96C6-822E82DC7D63}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F9ED960A-6135-434D-96C6-822E82DC7D63}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F9ED960A-6135-434D-96C6-822E82DC7D63}.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
-- N/A --
United States United States
My educational background is Mathematics, Physics and Computer Science. I also earned a secondary teaching certificate.

My professional background is as a Software Engineer for the past 25 years or so and before that an instructor of Mathematics and Computer Science at the college level.

I currently design, develop, and support standards based Application Programming Interfaces that allow Windows based applications to interact with financial devices in a vendor neutral manner.

My hobbies are cycling, playing with the Internet, and reading.

Comments and Discussions