Re: Multiple Column Combos
The Columns property applies only to the Listbox control. With the Columns property you can set the number of columns in the listbox.
No such property applies to the Combo box control.
The closest you can do with a Combo box is to use a font such as Courior New and use Tab characters to seperate the items listed into columns. This takes a lot of source code to get the list to look good.
Re: Multiple Column Combos
you can't do it directly, but you could write your own ocx
Re: Multiple Column Combos
The combo box that comes with MSFORMS.OCX has multi-line support, i have read. I haven't used but.
With a lot of pain, you can do it your-self too, but may be better off using a ocx
RK