combobox - MFC hide CCombobox Arrow button -


is there way hide dropdown button of ccombobox of mfc? combobox has style cbs_dropdown , editable.the dropdown should open whenever user types in edit box.

if don't need drop down , want typing helper feature should not use combobox.

instead use shautocomplete , iautocomplete2 read introduction.


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -