Click to See Complete Forum and Search --> : Convert MSForms listbox to VB6.0 listbox control


WildBore
November 10th, 1998, 12:35 PM
I am converting an "old" excel form made in VB for apps. to VB6.0. The listbox control seems to have drastically changed. The listbox I need is one that displays 4 columns of data and I can add and remove data to the rows, scroll vertically and select the entire row. The VB6.0 listbox only lets me scroll vertically when there is 1 column.


I've even tried to use the MSForms controls but it says there's a naming conflict and won't let me add them. Is there a VB control that works like I need.

Crazy D
November 11th, 1998, 02:05 AM
Sounds like a listview. (Windows Common Controls)