Click to See Complete Forum and Search --> : CComboBox OnDropDown, how can I cancel the operation...


Braulio
March 29th, 1999, 08:15 AM
Hi,


I have a CComboBox, and I want that when the user selects on the DropDown list box button, ask the user for something and if something fails then avoid to show the list box of the combo box ( cancel the "change selection" in the combo box), Is there any way to do that ?


Thanks, Bye !

Braulio

Alek
April 5th, 1999, 11:22 AM
Override messages CBN_DROPDOWN or CB_SHOWDROPDOWN
See the help for more details.