Forgot to mention, depending on what you had in mind, might want to chnage the ComboBox style from DropDown (default) to DropDownList.

The DropDown style allows the user to select an item from the list, plus create their own item by editing the textbox.

The DropDownList style only allows the user to select an item from the list.

Style

ComboBox: Gets or sets a value specifying the style of the combo box. Valid values are as follows:

0 - Simple
1 - DropDownList
2 - DropDown