While I was reviewing the Windows messages in a Subclassed ComboBox I noticed that the %WM_KEYUP message is not sent to the ListBox portion of the Combo control, but %WM_KEYUP is sent to the edit control as expected. One can use the Up, Down, Page Up, and Page Down keys to navigate the list when the drop down ListBox is exposed, so there is a Key Up condition and I would assume a %WM_KEYUP message as well.
Just wondered why the apparent discrepancy?
Just wondered why the apparent discrepancy?
Comment