SendMessage: Make a Style-0 Combo Edit Read-Only
Method to disable text editing in a 'Style 0' combo box (VB5 or
earlier, but works in VB6 too).
May 5.1999WM_CONTEXTMENU: Kill the Default Combo Box Context Menu
Eliminating the combo edit context menu via subclassing. Dec 19.2000
FindWindowEx: Obtain Combo Box Edit Window Handle
Using FindWindowEx. Code valid for Windows 95, 98 and NT4.
May 13.1999
GetComboBoxInfo: Obtain Combo Box Edit and List Handles on Win98/NT5
Using the GetComboBoxInfo API introduced in Windows 98 and NT5 only.
May 13.1999
SendMessage: Set 'MaxLength' in a Combo's Edit Box
Duplicate the text box MaxLength property in a Style-0/Style 1 combo.
Updated June 6.1999
WM_LBUTTONDOWN: Substitute a Tabbed List for a Combo's Dropdown List
Trapping a combo's dropdown and substituting a standard List control supporting
tab stops. Mar 16.2001
WM_LBUTTONDOWN: Substitute a ListView for a Combo's Dropdown List
Trapping a combo's dropdown and substituting a standard Listview control. Mar 16.2001 |