PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Drag and Drop Handling
Drag and Drop Handling
Débuté par skippy, 16 mai 2019 19:44 - Aucune réponse
Membre enregistré
17 messages
Posté le 16 mai 2019 - 19:44
Hi,

I'm brandnew to Windev and like a lot of things with it. Many tasks are just child's play while in other languages you have to do a lot yourself. Years ago worked with Delphi.

Back to the topic. I'm on Windows10 Desktop and I'd like to create an application that can accept many formats in Drag'nDrop. I played a bit with it but the formats I get are only bitmap or text.

What I like to do is to drag the following items (and more) to my application.
- Bitmaps from web sites (I only get the url of the hyperlink as text, but not the image object itself)
- emails from Outlook or other email clients (I get an empty text)
- Attachments of those emails (I get nothing)
- text from a word document (I get multiple return codes for Text, WMF and EMF - so obviously I can decide which one to insert)
- and so on

So the question for me, especially for emails, how can I access the real data behind ? For example, to check what data format I will get, then cast the data into something and at the end copy the data into the app.

Any hint would be highly appreciated. Thanks.