Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adir() for Search Results
Message
De
27/02/2004 17:21:29
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00881210
Message ID:
00881703
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform