How to Autocomplete ComboBoxes like Textboxes using the APIs
Thursday, August 16th, 2007I've seen this question before and the answer is pretty simple when you get a understanding of the control. When you use the handle associated with the Combobox, it is the main portion of the Control that the handle refers to and NOT the edit box which is the important part. [...]
