Click to See Complete Forum and Search --> : Combo Box


August 11th, 1999, 11:34 PM
How can I add a columns to a Combo Box.
Requirement is such that I want to concatinate 7-8 strings and show them in a Combo Box. But as the string length differs all the items in a combo are not alligned properly. How can I add a column to a combo box so that i can add the strings to different columns thus they get alligned automaticaly.

Ravi Kiran
August 12th, 1999, 05:10 AM
May be some custom controls are around, you could check.

I have seen some code on the VC section of this site, on how to do multi-column combo. So some controls (with VC code) will sure be there.

With VB it is very difficult .. i am *not* ashamed to tell that i tried and failed!:-)
Getting a Custom-drawn/ owner-drawn Combo box in VB is not possible for Drop-down type ( style = 0 & 2).

So ....

RK