Quote Originally Posted by venerable bede View Post
Thanks for that but I still dont get while in VB 6 I can have a listview control but no ListViewItem.
Makes no sense to me.
This depends on the control that you are using.

You have not indicated exactly the control you are referring to, so I gave you the link to the standard control version Microsoft Windows Common Controls 6.0 (SP6), but there is also the Microsoft Windows Common Controls 5.0 (SP2) version.

However, in none of the two exists the object ListViewItem, but ListItem.

ListViewItem is a object of Codejock ListView.