|
-
August 11th, 1999, 11:34 PM
#1
Combo Box
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.
-
August 12th, 1999, 05:10 AM
#2
Re: Combo Box
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|