Subclassing Listview control
Hi,
I'm writing a project in VB6 and would like to add to the element Item As MSComctlLib.ListItem new properties and methods?
Is it possible?
My purpose is to associate the each ListItem some additional information.
Any help will be greatly appreciated.
Re: Subclassing Listview control
Thanks. I think that the good solution is to use the Tag object of the ListItem object (of the Listview control).
So, can I also associate to the ListItem.Tag attribute a class so that I can set and get its properties and call its methods?
Thanks again.