Combobox options only

  • Thread starter Thread starter Ivan Sammut
  • Start date Start date
I

Ivan Sammut

Hi,

I have a form on which I placed a combobox which then I related to my
database to show a list of countries. Now I need to let the user only select
entries from those available in the Combobox and not start typing anything.
Is this possible?

10x
Ivan
 
Hi Ivan,

I trust you found the ComboBox.DropDownStyle property and the
ComboBoxStyle.DropDownList enumeration?

If you post a question, it is nice to also give the answers since
otherwise people with similar problems might search and find your post.
 
Back
Top