I'm using version 6 in my Project. Now i've add 5 cause i need XP look in LV. But whenever i try to add a ListItem, i get a 'Type mismatch' error:
Code:
Set lvwListItem = myLv.ListItems.Add
It seems that versions are "fighting", and since 6 is newer, it doesn't allow 5 to be used. How can i use version 5?

-gav