Make a ComboBox non-editable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alan75
    New Member
    • Apr 2007
    • 60

    Make a ComboBox non-editable

    How to set the ComboBox to be like those in webpage, where you can only choose from the list but not allowed to type into the box.

    Thanks.
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by alan75
    How to set the ComboBox to be like those in webpage, where you can only choose from the list but not allowed to type into the box.

    Thanks.
    Set combobox DropDownStyle to DropDownList

    Comment

    • alan75
      New Member
      • Apr 2007
      • 60

      #3
      thanks a million!!!

      Comment

      Working...