I recently published an article at The Code Project’s website regarding a custom Vertical Label Control with support for transparent background. Check it out!

using System;

namespace mycsharp.wordpress.com
{
static class Program
{
/// <summary>
/// This is my first post for my C# Adventure Blog
/// </summary>
[STAThread]
static void Main()
{
Console.WriteLine("Hello wordpress world!...");
}
}
}

a

 

January 2012
S M T W T F S
« Oct    
1234567
891011121314
15161718192021
22232425262728
293031  
Follow

Get every new post delivered to your Inbox.