Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ActiveX or class to getfile() but with multi-select abil
Message
De
29/10/2003 16:46:12
 
 
À
29/10/2003 16:32:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00844309
Message ID:
00844317
Vues:
24
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform