In a listbox that has been set to have multiple columns, is there a way to push added items into specific columns?
If not is there another control that would be better suited to this?
Thanks,
John
Printable View
In a listbox that has been set to have multiple columns, is there a way to push added items into specific columns?
If not is there another control that would be better suited to this?
Thanks,
John
No, the way it works is when one column is full the next one starts to fill. I'd use a listview control set to Report style, or some other grid control.
thanks for the help Acoustic !!
Hey another solution is adding microsofts forms2.0
Use the listBox available there.. On neet trick is you can
pass an multi dim array to it... something like this..
(i will post eg if u want)
VB Code:
Dim myArray ListBox1.list() = myArray
Seahag
That's exactly what I'm doing. I'm passing a multi dim array.
Could you post as you offered?
Thanks,
John
OK..
Text.txt put in c:/