Monday, December 31, 2007

CBN_SELCHANGE and CBN_CLOSEUP message handler of CComboBox class made conflict

The MFC CComboBox is weird. The CBN_SELCHANGE and CBN_CLOSEUP message handler doesn’t call proper sequence. Sometimes the CBN_CLOSEUP call first time and later CBN_SELCHANGE. It’s made confusion. So carefully write code in those two event handler.

No comments: