|
-
Feb 9th, 2016, 08:09 AM
#1
Thread Starter
Fanatic Member
Where is my ListViewItem
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
-
Feb 9th, 2016, 08:12 AM
#2
Re: Where is my ListViewItem
-
Feb 9th, 2016, 09:06 AM
#3
Thread Starter
Fanatic Member
Re: Where is my ListViewItem
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.
-
Feb 9th, 2016, 09:24 AM
#4
Re: Where is my ListViewItem
 Originally Posted by venerable bede
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.
You should be looking for ListItem rather than listviewitem
-
Feb 9th, 2016, 10:29 AM
#5
Re: Where is my ListViewItem
 Originally Posted by venerable bede
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.
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
|