alokm73
March 2nd, 2000, 01:06 PM
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
thanks
|
Click to See Complete Forum and Search --> : combobox alokm73 March 2nd, 2000, 01:06 PM 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 DHunter21 March 2nd, 2000, 01:45 PM 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 vaishali.v March 7th, 2000, 05:45 AM Combobox is only for single selection . Use JList for multiple selection . thanks vaishali codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |