Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX or class to getfile() but with multi-select abil
Message
From
31/10/2003 14:44:49
 
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00844309
Message ID:
00845185
Views:
19
Thanks Fred!

>>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()
Previous
Reply
Map
View

Click here to load this message in the networking platform