CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Location
    LA, CA
    Posts
    10

    The use of the Combo Box

    how can i make the combo box able to show the drop-down list and select the item but not allowed to type anything on the text field.
    i tried to lock it, but if i locked it, it even not allowed to show the drop-down list and make selection.

    help... thank you very much


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: The use of the Combo Box

    Set the style property to 2 - Dropdown List.

    you have to do it at design time.

    that should do it,

    john

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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