all groups > vb.net controls > june 2005 >
You're in the

vb.net controls

group:

Multi column combobox


Multi column combobox Doug Bell
6/24/2005 12:00:00 AM
vb.net controls:
Does the standard VB.Net combobox support multiple columns?

I have created a 2D Array and set it to the comboboxs DataSource property.

The code doesn't error but I can not see how to set the display to the
desired arrays dimension and when it displays... well it doesn't it kind of
half disapears at the moment.

Any assistance will help.

Also if it is possible how do I retrieve the non displayed column data?

Thanks

Doug

RE: Multi column combobox SQLScott
6/24/2005 11:21:02 AM
No it does not, unfortunately. Your best bet is to purchase a 3rd party
product such as Ingragistics or DevExpress.
--
Thanks,

Scott


[quoted text, click to view]
Re: Multi column combobox Crouchie1998
6/24/2005 8:26:00 PM
Hi Doug,

Here's a multi-column combobox:

http://www.codeproject.com/vb/net/multicolumncombo.asp

You will need to registry for free if you haven't already done so, to
download the sample

I hope this helps

Crouchie1998
BA (HONS) MCP MCSE

Re: Multi column combobox Crouchie1998
6/24/2005 10:09:18 PM
Herfried,

You supplied the same VB.NET example link as I did before you :))

Crouchie1998
BA (HONS) MCP MCSE

Re: Multi column combobox Herfried K. Wagner [MVP]
6/24/2005 10:55:45 PM
"Doug Bell" <PoorSupport@vodaphone.com.au> schrieb:
[quoted text, click to view]

Not out of the box.

Multi Column ComboBox
<URL:http://www.codeproject.com/cs/combobox/multicolumncombo.asp>

Multi-Column ComboBox
<URL:http://www.codeproject.com/vb/net/multicolumncombo.asp>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
Re: Multi column combobox Herfried K. Wagner [MVP]
6/24/2005 11:38:39 PM
"Crouchie1998" <crouchie1998@spamcop.net> schrieb:
[quoted text, click to view]

Yeah, and I supplied it several times in my previous posts :-). I included
it to make future replies to the same question easier.

<URL:http://groups.google.to/groups?q=multicolumncombo.asp>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Re: Multi column combobox Doug Bell
6/25/2005 12:00:00 AM
Thanks everyone, for the links.

Doug


[quoted text, click to view]

AddThis Social Bookmark Button