TComboBox and WM_KEYDOWN


2008-02-07 02:58:37 PM
cppbuilder70
Hello!
I need to find out, when the user presses the ENTER key in a ComboBox.
The WM_KEYDOWN messages however are being sent to the wrapped Edit
control and not passed on to the ComboBox. Hence establishing an event
handler there is useless.
Any hints would be greatly appreciated.
Christian