Hi All
Been forced to look at a VB 6 app which is doing my head in.
I have added a ListView Control but for the life of me cannot create a ListViewItem in code.
Am I missing a reference or am i just a tool which is highly possible?
TIA
Printable View
Hi All
Been forced to look at a VB 6 app which is doing my head in.
I have added a ListView Control but for the life of me cannot create a ListViewItem in code.
Am I missing a reference or am i just a tool which is highly possible?
TIA
ListView Control
https://msdn.microsoft.com/en-us/lib...(v=vs.60).aspx
ListItem Object, ListItems Collection
https://msdn.microsoft.com/en-us/lib...(v=vs.60).aspx
Or search on Google:
ListViewItem vb6.0
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.