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.
Thanks for the feedback. If you have any questions, feel free to write us
This works. I created a variable to store DragSource in the DragEnter event. Thanks for the reply.
Hi
If you need any additional assistance don’t hesitate to ask.
Regards
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.