Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I feel like I've been Dragged and Dropped
Message
From
04/12/2000 15:32:18
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00449022
Message ID:
00449037
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform