|
-
Nov 9th, 2000, 06:37 PM
#1
Thread Starter
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|