Code as HTML
I like this very much. A handy plug-in for Visual Studio to copy code as HTML for pasting into web pages. Let's give it a go then. Right, here's what it looks like.
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.Run(new frmMain());
}