• Welcome to PlanetSquires Forums.
 

Listbox/Combobox %WM_KEYDOWN processing

Started by Roger Garstang, June 15, 2004, 06:27:45 AM

Previous topic - Next topic

Roger Garstang

The %WM_KEYDOWN messages for textboxes is a nice feature since the function created has everything layed out, this would be nice for Listboxes and ComboBoxes.  Right now I have a custom function for my Listbox to process F5 and refresh the list.  Its one of those messages that work better in the control's list rather than processing it in the Form's or with custom in either.