Can I have multiselect Combo Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a Combox in which i can select mulltiple Items on that... The multiple
select option can be a multiExtented or with a check box...Actually i cannot
use List box as i dont have enough space in the Form
 
I don't think that that multiselection combobox exists because when
collapsed the combo would not show the selected options and it would be a
bad user interface idea. Since your combobox would hide the selected items
anyway, you can provide a button and show a modal form with a full listbox
to select the items. Also, you can consider using tabs to gain space on your
form, or to make it scrollable (and sizable). Just a few ideas...

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
OK ThanK U Carlos...
--
Peter...


Carlos J. Quintero said:
I don't think that that multiselection combobox exists because when
collapsed the combo would not show the selected options and it would be a
bad user interface idea. Since your combobox would hide the selected items
anyway, you can provide a button and show a modal form with a full listbox
to select the items. Also, you can consider using tabs to gain space on your
form, or to make it scrollable (and sizable). Just a few ideas...

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top