I'm looking at the WinListView VB sample in v11.2. It works well with two listviews. How do I find dragSource in WinLIstViewDropTarget if I have multiple winlistview on the form? I would like to create different drop scenario depends on the dragSource. Thanks.
Hi,
Maybe one possible approach could be if you are using DragEnter() event of your WinListViewDragSource control. By this way you could stored you DragSource in one variable and check it on a later stage.
Let me know if you have any questions.
This works. I created a variable to store DragSource in the DragEnter event. Thanks for the reply.
Thanks for the feedback. If you have any questions, feel free to write us