hi,
here is the sample code for the operation you are trying.
hope this code would help u solve problems
Dim lstSelectedItem As ListItem
Private Sub ListView1_ItemClick(ByVal Item As MSComctlLib.ListItem)
Set lstSelectedItem = Item
MsgBox lstSelectedItem.Text
End Sub
Regards,
Raghu
|