Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX or class to getfile() but with multi-select abil
Message
From
13/11/2003 18:28:12
 
 
To
13/11/2003 16:32:06
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00844309
Message ID:
00849717
Views:
19
I'm not really sure exactly who/what puts this ActiveX control on the system, it's probably even part of the OS. Each user must have this control on their machine, and it must be registered in order to make use of it. If it is part of the OS, you wouldn't have to do anything. For ActiveX controls in general, they'd need to be installed and registered. Most install programs can handle the details for you once you identify the file to it.

>Hi Fred,
>
>I see that I have this control on my system (Win 2000 Pro) dated 05/07/1999. I assume that I can get this control somewhere on the MSFT site (I could not find it here) and if I get it, can I just plunk it overtop of my old control to use? Likewise, if I were to incorporate this into my VFP on our network, does each user need to have it installed on their PC or can I just dump it into the home directory of this app and the app will use it (or is it somehow compiled into my .exe). Obviously, I have not used any ActiveX controls to date hence my questions...
>
>Albert
>
>>>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
Reply
Map
View

Click here to load this message in the networking platform