C++学习小记:组合框的消息响应CBN

    技术2022-05-19  19

    CBN_SELCHANGE:在中的解释如下:

    The CBN_SELCHANGE notification message is not sent when the current selection is set using the CB_SETCURSEL message.我的理解是在初始化的时候如果用Setcursel()给组合框赋了初值,那么 CBN_SELCHANGE 通告消息将不会发送,而CBN_SELENDOK没有这种限制。

     


    最新回复(0)