Make a dropdown type Combobox behave like an Edit control
问题 I'm about to replace a standard edit control with a dropdown type combo box. So basically that combobox bahaves like exactly like an edit control. Everything works fine so far but there is just one notable difference: When you click on the edit control containing already some text and that doesn't have the focus, the cursor is simply positioned where you click. But when you click on a the combo box containing already some text and that doesn't have the focus, the whole text is selected. This