Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
Find dragSouce in dropmethod
posted

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.

Parents
  • 53790
    Verified Answer
    posted

    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.

Reply Children