Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview & windows explorer
Message
From
21/02/2017 12:27:49
 
 
To
21/02/2017 12:08:09
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Miscellaneous
Thread ID:
01648235
Message ID:
01648287
Views:
37
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform