Re: MultiSelect ComboBox?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Why not just use a CheckedListBox instance? It would be the easiest way
to have multiple selections.

ComboBox controls do not support multi-select functionality, nor does it
make sense, since it will only show one selection at a time.

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx

"WhiteWizard" <WhiteWizard@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5551F5A3-3576-4DEF-92E8-F05103939603@xxxxxxxxxxxxxxxx
Alright everyone, I've managed to stump this group 2 or 3 times now.
Don't
let me down on this one ;)

I have a combo box that lists a number of tests to be run. The user would
like the option of being able to select several of the items in the
ComboBox
at one time, then have them added to the listbox that details the tests.
Currently it works fine when they select one test at a time, but often
they
have multiple tests they need to run. Anyone know how to do this?

I might have the option of creating a datagrid that lists all of the
tests,
is there a way to select multiple rows in a datagrid and process them?

Thanks for all your help!

WhiteWizard (aka Gandalf)
--
MCSD.NET, MCAD, MCT


.



Relevant Pages

  • Re: Can someone educate me?
    ... You have to do a fill with each DataAdapter ... You have a plus sign because DataGrid show relations between tables. ... > So I have a few questions about how to proceed selecting and updating the ... > Now that I have multiple dataadapters, and each one has it's own ...
    (microsoft.public.dotnet.framework.adonet)
  • Need help selecting controls for app
    ... Attribute 3 ditto ... I also don't think that a single DataGrid will work because of the ... I don't want to have to scroll to see the attributes ... My current plan is to use multiple DataGrids, one for each level, and have ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Simulating Multiple Inheritance
    ... However, by using the derived members capability, multiple ... I have created an object which involve a datagrid. ... And then i come accross this Multiple Inheritance. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Multiple tables in my dataview
    ... a datagrid a the same time is at all possible. ... >> to view all fields contained in the multiple table ... >> select query with data from multiple tables is that ... >> Jason. ...
    (microsoft.public.dotnet.languages.vb)
  • FW: How to do a multiple select and update in a datagrid
    ... I have a datagrid that brings records from a stored procedure. ... Be selecting multiple datarows using a checkbox. ...
    (microsoft.public.dotnet.framework.aspnet)