Archive Browser
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
This software may be used free of charge, but as with all free software there are costs involved to develop and maintain.
If this site or its services have saved you time, please consider a donation to help with running costs and timely updates.
Donate