Download shellcontrolsexample.zip, last updated 16/04/2011 (8.97 KB)

Download
  • md5: 47ec793695147b1fd5c45608fae7673b
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace ShellControlsExample
{
  static class Program
  {
    /// <summary>
    /// The main entry point for the application.
    /// </summary>
    [STAThread]
    static void Main()
    {
      Application.EnableVisualStyles();
      Application.SetCompatibleTextRenderingDefault(false);
      Application.Run(new SampleForm());
    }
  }
}

Donate

Donate