CComboBox lost focus!
-
Hi, i have a CComboBox in my CDialog but after dialog is shown, CComboBox hide the cursor, caret! Combo dont lose the focus, just hide the caret!:( What to do to avoid this, is there any way for this, or is there any way to show caret in combobox again?? Thanks for any help Arrin
-
Hi, i have a CComboBox in my CDialog but after dialog is shown, CComboBox hide the cursor, caret! Combo dont lose the focus, just hide the caret!:( What to do to avoid this, is there any way for this, or is there any way to show caret in combobox again?? Thanks for any help Arrin
change the style of combobox 1.By property or 2 SetExtendedUI function
-
change the style of combobox 1.By property or 2 SetExtendedUI function
-
Hello, thanks for answer, no changes :( i call this funcion like this: mycombo.SetExtendetUI(TRUE); regards Arrin
If you start typing, do the characters appear in the combobox? And does the caret reappear when you do?