CBN_SELCHANGE

3.0

The CBN_SELCHANGE notification message is sent when the selection in the list box of a combo box is about to be changed as a result of the user either clicking in the list box or changing the selection by using the arrow keys. The parent window of the combo box receives this code through a WM_COMMAND message.

Parameters

wParam

Specifies the identifier of the combo box.

lParam

Specifies the handle of the combo box in the low-order word, and specifies the CBN_SELCHANGE notification message in the high-order word.

See Also

CBN_DBLCLK, CB_SETCURSEL, WM_COMMAND