Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview & windows explorer
Message
De
21/02/2017 12:27:49
 
 
À
21/02/2017 12:08:09
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Divers
Thread ID:
01648235
Message ID:
01648287
Vues:
38
1.it retain cannot oledragdrop from administrator priveleges .see the link in my post below.must work with level one otherwise you have always the barred icon .
2.fullpath can be replaced in code by justfname(cfilename)[oledragdrop method:odataObject.getdata...]
this is available for textbox,listbox and treeview.
3.odataObject.Getdata(cf_files,@afiles) dont worked for me ! cf_files constant equals 15.it works well for listbox !
maybe the treeview habvenot some properties as :OLEDropHasData...(available in textbox & listbox).
i replaced it with odataObject.files collection .all the files selected in win explorer are
oleDragdropped into the treeview
i tested with a simple messagebox in code as
messagebox("count="+trans(oDataObject.Files.count),0+32+4096,'',1000)
and it works.

4.maybe you have not tested yet the code below.

thank you again Dragan.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform