hello

I got a problem about using the listview in large icon made were the user click on an icon and it opens another form.
The thing is when I exit the form user selected and return back to the listview the icon I click on is attach to the mouse pointer

this is the code is used
Private Sub ListView1_ItemClick(ByVal item As MSComctlLib.ListItem)
Select Case item
Case "AR"
DisplayAR
Case "OE"
DisplayOE


End Select

Any help in solving this is truly appreciated.

thanks