Combo Box in Visual Studio 2005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nerurmon
    New Member
    • Jan 2008
    • 13

    #1

    Combo Box in Visual Studio 2005

    Hi, I have a combo box in a form and there is two fixed content "Active" and "Inactive" i want that user cannot change the content or add new content but user can select any one of the content how can i do this
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Originally posted by nerurmon
    Hi, I have a combo box in a form and there is two fixed content "Active" and "Inactive" i want that user cannot change the content or add new content but user can select any one of the content how can i do this
    In the "Properties " pane, set DropDownStyle to DropDownList. This will make it like a traditional DropDownList, no textbox.

    Comment

    Working...