Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX or class to getfile() but with multi-select abil
Message
From
29/10/2003 16:46:12
 
 
To
29/10/2003 16:32:45
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00844309
Message ID:
00844317
Views:
23
>Anyone know of an ActiveX control (or class) that allows the user to multi-select files that I can use in a project?
>
>Thanks,
>Albert

The CommonDialog ActiveX control allow you to select multiple files if you set the .Flags=0x200 (cdlOFNAllowMultiselect)

Drop a common dialog active-X control on a form and in what ever code you use to activate the dialog:

this.Parent.Olecontrol1.Flags=0x200
this.Parent.Olecontrol1.ShowOpen()
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform