|
-
February 2nd, 2000, 07:06 AM
#1
Multiple Column Combos
I am Using VB6 (SP3), and which to create a multiple-column combo box (preferably a drop-down list style)
I don't mind whether this is done run-time or design-time, but I cannot work out how to do this (or if it is possible - the help implies it is). I seem to remember in VB5 setting a multiple-column property to true, but I can't find any such property in VB6.
Any help greatly appreciated.
-
February 3rd, 2000, 08:42 PM
#2
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.
-
March 17th, 2000, 12:55 PM
#3
Re: Multiple Column Combos
you can't do it directly, but you could write your own ocx
-
March 18th, 2000, 12:47 AM
#4
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
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
|