Re: MultiSelect ComboBox?
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 15 Mar 2006 10:01:04 -0500
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
.
- Prev by Date: ListView with Icons
- Next by Date: Re: Events vs. Delegates
- Previous by thread: ListView with Icons
- Next by thread: Re: MultiSelect ComboBox?
- Index(es):
Relevant Pages
|