Download horizontallyscrollingcombobox.zip, last updated 13/07/2010 (11.88 KB)

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

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

Donate

Donate