Drag and Drop in Listview
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
:doh:I have a listview on my form whereas my form is the child window of microsoft visio Application. I want to drag image from my listview and drop in visio drawing. The problem is that how we track the mouse up events in visio because mouseup event does not fire without mousedown event. and my mouse down events fired on my form. Plase help if someone have idea about that! Thanks Thanks