Combo or drop-down box where user can enter own value as well?
问题 Can you have a combo or drop-down box where the user can either choose from a list of given alternatives, or enter their own value? 回答1: Yes, this is a feature of the standard ComboBox control. Its precise behavior depends on the value you set for the control's Style property. Here's a quick run-down of the options: vbComboDropDown is the default style. The combo box looks like a single-line text box with a drop-down arrow. The user can either type arbitrary text into the text box, or they