Download GetComboBoxInfoDemo.zip version 1.0.0.0, last updated 29/09/2013 (8.49 KB)

Download
  • md5: 4fcc1a5a01f589b63820d14e3288db50
using System;
using System.Windows.Forms;

namespace GetComboBoxInfoDemo
{
  // Getting the hWnd of the edit component within a ComboBox contro
  // http://cyotek.com/blog/getting-the-hwnd-of-the-edit-component-within-a-combobox-control

  internal static class Program
  {
    #region Class Members

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

    #endregion
  }
}

Donate

Donate