selection box with restricted item

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gordon

    selection box with restricted item

    Hi

    I have a combo box in a windows form that i want a user to select from the
    list of items

    How can i prevent the user from typing something apart from my items list in
    the combo box? Is there a better way or a better control to use??


    Thanks

    Doug


  • chanmm

    #2
    Re: selection box with restricted item

    Set the DropDownStyle property to DropDownList.

    chanmm

    "gordon" <gordononline@o ptusnet.com.auw rote in message
    news:4530f928$0 $2917$afc38c87@ news.optusnet.c om.au...
    Hi
    >
    I have a combo box in a windows form that i want a user to select from the
    list of items
    >
    How can i prevent the user from typing something apart from my items list
    in the combo box? Is there a better way or a better control to use??
    >
    >
    Thanks
    >
    Doug
    >

    Comment

    Working...