I have a dialog box with several combobox
es in it as a member variables. The control wizard lets me create handlers for the combobox
es for the CBN_KILLFOCUS
message. For example, one such handler is automatically called
void MyDlg::OnKillfocusMyCombo()
My expectation is that this handler would be called just as soon as I tab out of it. But it doesn't get called.