Multi-Column combobox

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

Guest

VB.NET 2003
On my Winform, I have a combobox filled with data from a SQL table. How can
I have this combobox with 3 or 4 columns ?
Is there a control that could have the same type of layoout and behavior as
for the Access combox box control ? I'm iin fact moving from VA to VB.NET
 
Hello stabilo,

Custom drawing on OnDropDown even
See example here http://www.codeproject.com/cs/combobox/multicolumncombo.asp

s> VB.NET 2003
s> On my Winform, I have a combobox filled with data from a SQL table.
s> How can
s> I have this combobox with 3 or 4 columns ?
s> Is there a control that could have the same type of layoout and
s> behavior as
s> for the Access combox box control ? I'm iin fact moving from VA to
s> VB.NET
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top