Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I feel like I've been Dragged and Dropped
Message
De
04/12/2000 17:57:12
 
 
À
04/12/2000 15:32:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00449022
Message ID:
00449102
Vues:
10
Thanks, I feel foolish! RTFM not just Quote-TFM. Moments after sending this plea for help I found the answer in the Hackers Guide. I used this to add OLE Drag and Drop to the ClassNavigator submitted by Flash. I develop WC apps and have many programmatic classes which need to be added to the form.

>>The documentation for the OleDragDrop data format states that format 15 returns "A handle that identifies a list of files, such as a set of files dragged from the Windows Explorer". I sure would like to get a list of file names but I have no idea as to what to do with the return value. In fact if I attempt to retrieve the value using lxValue = oDataObject.GetData(15), VFP ( v6.0 SP3) barfs.
>>
>> Does anyone have any code to deal with OLEDD format 15?
>>
>>TIA
>
>oDataObject.GetData(15, @laFiles)
>
>FOR EACH cFile IN laFiles
>?cFile
>ENDFOR
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform