Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adir() for Search Results
Message
From
27/02/2004 17:21:29
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00881210
Message ID:
00881703
Views:
23
>Here is the code for this sugestion:
>set the OLEDropMode property to 1 - Enabled
>This is in the OLDDragDrop method:
>
>lparameters oDataObject, nEffect, nButton, nShift, nXCoord, nYCoord
>local lnFileCount, aFiles[1]
>if oDataObject.GetFormat(15) && Files and Folders
>  oDataOject.GetData(15,@aFiles)
>  * You now have an array of those files.
>endif
>
>

You also have to add the following to the OleDragOver:
LPARAMETERS oDataObject, nEffect, nButton, nShift, nXCoord, nYCoord, nState
This.OLEDropHasData = 1
Previous
Reply
Map
View

Click here to load this message in the networking platform