After I added item "&" to the CMFCToolBarComboBoxButton control. When I select it, the combo box will display blank. Please use the sample "ToolbarDateTimePicker". In MainFrm.cpp ::OnToolbarReset function, add the line cb.AddItem( "&" ); Also, make sure you add the code to enable the combobox.
↧