-
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
-
what do you mean by "is attach to the mouse pointer "?
-
sorry, okay I'll try to say this in better english, in the listview I click onto the icon and it takes me to another form and when I exit that form the icon that I click on is (how do I say this) you know when you move the mouse and you see a pointer icon, well that icon I click on moves where ever you move the mouse inside that listview.
I hope this sounds clear..
-
the symptoms sounds like you have set the listview.mouseicon to the image you clicked on in the listview, and the mousepointer is set to custom, another thing could be that youre starting a dragdrop action.
-
Problem still occuring. I have set the listview mouseicon to none and the mousepointer to default and I do not have any code to perform a drag and drop operation.
-
i'm out of ideas, maybe you could send me the project and i'll have a look on it?