V
Vidanovic
Guest
I do not like how new CMFCToolBarComboBoxButton behaves. I do populate it with items and I can also select. However, following behavior is not possible to achieve.
Lets say I have following items in the box:
Apple, Orange, Pear
Now user selects combo box and start typing with letter "A", combo box selects Apple. User then continues to type "p" but instead of keeping Apple selected (user have typed "Ap" so far), program re-selects "Pear". This has changed with MFC Feature Pack. How do I revert previous behaviour?
Thanks,
Simon
Continue reading...
Lets say I have following items in the box:
Apple, Orange, Pear
Now user selects combo box and start typing with letter "A", combo box selects Apple. User then continues to type "p" but instead of keeping Apple selected (user have typed "Ap" so far), program re-selects "Pear". This has changed with MFC Feature Pack. How do I revert previous behaviour?
Thanks,
Simon
Continue reading...