I would like to have a combo box on my form and prevent users from entering values. I would use the dropdown style (#2) that prevents this but it makes the combobox read only which is a problem for the application. I need to be able to let the application write to it, but not allow a user to type any values into it. Is there an easy way of doing this?