Please faithfuls,
I ve been vein problems with the properties of the combo box.
wat i really want is disallow users to type into my combobox ( I want them to be limited to the items in the combo)
10qs.
Private Sub ComboBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles ComboBox4.KeyPress
e.KeyChar = ChrW(0)
End Sub