CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2003
    Posts
    48

    make a combobox readonly

    Is there a way to make it so a user can't type whatever he wants in a combobox and can only choose what's there?

    -Jacob the n00b

  2. #2
    Join Date
    Jan 2003
    Location
    Amsterdam, Netherlands
    Posts
    97
    Set the DropDownStype Property of the Combobox to 'DropDownList'

  3. #3
    Join Date
    Jan 2003
    Posts
    48

    thanks!

    Worked great, thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured