Click here to Skip to main content
15,885,032 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.
// Name Drawing - Version 10.0.0.0
// Copyright 2009 - Some Rights Reserved
// Zach D. Cox
// zach.d.cox@gmail.com
// http://www.codeproject.com/KB/cs/Drawing_Names.aspx
// For 2009 Ported To .NET/C#/.XML
// For 2008 Avoid Using Previous Names
// For 2007 There Is No 2007
// For 2006 Avoid Using previous names
// For 2005 Avoid Using previous names
// For 2004 Avoid Using previous names
// For 2003 Removed The 2002 Cheats
// Added Avoid 2002's Names
function crypt(ordName)
{	var strCrypt = new Array ( 

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