J
jerry way
Does anyone know how to capture the KeyDown event in a
ComboBox? Since this event is not supported in compact
framework, I created a customized ComboBoxEx control,
which is derived from ComboBox and overrides its OnKeyDown
method - this is the recommended way in MSDN but however
it doesn't work.
Anyone has thoughts on this?
ComboBox? Since this event is not supported in compact
framework, I created a customized ComboBoxEx control,
which is derived from ComboBox and overrides its OnKeyDown
method - this is the recommended way in MSDN but however
it doesn't work.
Anyone has thoughts on this?