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 15:32:18
 
 
À
04/12/2000 14:58:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00449022
Message ID:
00449037
Vues:
10
>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
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform