Hey guys.

I need to know how to code this -

A user will drag an item from the main listview, over to a smaller listview, and depending on the item in the smaller listview that they're hovering over, I want the item they're dragging to go to a designated listview.

In other words, all you need to do is tell me how I could make a listview item be selected while the user is in the process of dragging an item. I can't make this happen, because the click event is not fired when you drag and drop. So I just need the user to drag over an item, and then, while dragging, if the users mouse is over an item in the smaller listview, i need that item that they're hovering over to be selected while there in the process of dragging. (A lot of explaining, you may want to read that over a few times). Possible? In other words, if i could simulate a click event while the user drags this item, i could probably go from there.