Hi... you almost get it... very good article... but it only display
multiple columns when you open it...
But I think ComboBoxes are realy limitated... and there isn't a way to
do this without "customizing" the component.
Thanks a lot !!
Eric Moreau escreveu:
> See an article I wrote in February 2005 from http://emoreau.s2i.com/
>
> --
>
>
> HTH
>
> Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
> Conseiller Principal / Senior Consultant
> S2i web inc. (www.s2i.com)
> http://emoreau.s2i.com/
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi all !!
> >
> > I'm trying to display more than one column in DisplayMember property of
> > a ComboBox control. Is it possible?
> > I alson can't concatenate the coluns in the select command, becouse I'm
> > using this command for the DataSource:
> > this.lstTables.DataSource = con.GetSchema("Tables");
> >
> > I hope you can help me.
> >
> > Regards,
> > Eduardo Schuelter
> >