PixelCard's Contributions
Below are the tutorials, code snippets, and resources PixelCard has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Syntax Highlight in C# in C# Tutorials (Last Comment: PixelCard, Views: 76,462)
Creating a simple web browser in C# Tutorials (Last Comment: PixelCard, Views: 79,551)
Sending e-mail messages using C# in C# Tutorials (Last Comment: PixelCard, Views: 92,548)
Creating Word Scramblers in C# Tutorials (Last Comment: PixelCard, Views: 7,914)
Countdown Timer in C# Tutorials (Last Comment: PixelCard, Views: 151,415)
Using MDI in C# in C# Tutorials (Last Comment: PixelCard, Views: 119,927)
Code Snippets
Submitted: July 15, 2008        Views: 4277
This snippet shows how to generate a random password, based on the type (alphanumeric, numeric etc.) and length specified by the user.
Submitted: July 19, 2008        Views: 14514
This code snippet solves a quadratic equation.