CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: combobox

  1. #1
    Join Date
    Mar 2000
    Posts
    3

    combobox

    how to have multiple selections from a combo box list.eg if we have a,b,c in alist.how can i select 'a' and 'b' at same time.
    thanks


  2. #2
    Join Date
    Aug 1999
    Location
    San Diego
    Posts
    155

    Re: combobox

    You can't do that. Comboboxes are for single selections only. What you want is a List or JList Component. From those you can select multiple items.

    Dustin


  3. #3
    Join Date
    Mar 2000
    Location
    Bangalore, India
    Posts
    3

    Re: combobox


    Combobox is only for single selection .
    Use JList for multiple selection .

    thanks
    vaishali


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