Quote Originally Posted by Krool View Post
Code:
Private Sub ListView1_ItemClick(ByVal Item As LvwListItem, ByVal Button As Integer)
If Item Is ListView1.ListItems(1) Then MsgBox "test123"
End Sub
would not work anymore.

So question to everyone, which way to go? Or keep like it is?
Go the UDT road.