
capture tab in a ccombobox on the toolbar
to clearify one thing.
I have a CToolbar derived class for the toolbar and I put a ON_WM_KEYDOWN()
but that was never called.
I also put the function in my framewnd from where ther toolbar is created
but that was never called either.
Quote:
> Hi,
> I have been trying to find a way to capture the tab press in my combobox
> that I have on my toolbar.
> I would like to have something like
> ON_CBN_SELCHANGE(IDC_TOOLBAR_COMBOBOX, OnSelchangeComboBox)
> but for keydown
> like ON_NOTIFY_REFLECT(TVN_KEYDOWN, OnKeydown) for a treeview
> how can this be done?
> thanks
> /Niklas