Hi Mike, yes I used the native VFP DragDrop, because a) we are only dragging inside a VFP form b) less overhead c) less coding d) not much to go wrong
If you're in need of D&D between different apps, then you need to go the OLEDrag way. But a pure "inside VFP" D&D doesn't need the whole overhead of that OLE Fluff, and you're done with 3 lines of code. wOOdy -----Ursprüngliche Nachricht----- Von: ProFox <profox-boun...@leafe.com> Im Auftrag von MB Software Solutions, LLC Gesendet: Freitag, 7. Mai 2021 21:01 An: profox@leafe.com Betreff: Re: AW: Drag and Drop code Hi wOOdy, I had time today to look at it moreso. Looks like you're using the classic Drag method vs OLEDragDrop. Hey, whatever works! Am I right to say that native Fox objects like this (as opposed to pictures or whatever) are better suited for the non-OLE Drag methods? tia, --Mike _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: https://leafe.com/archives This message: https://leafe.com/archives/byMID/021801d7439e$6d2c6a00$47853e00$@wondzinski.de ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.