Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open file dialog box
Message
 
À
24/02/2000 12:37:14
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00336866
Message ID:
00336969
Vues:
19
Hi Patrice,

Thank you for the advice. I tried to use Common Dialog Control, but my Access 200 gave an error, saying that I don't have the license to use this ActiveX control. What do you think, it can be?

TIA, Igor


>Add the component "Windows Common Dialog Control" to your project and give it a name like cmdFile and then get the file name...
>
>Private Sub Command1_Click()
> Dim sStr As String
> cdgFile.ShowOpen
> sStr = cdgFile.FileName
>End Sub
>
>Patrice Merineau
Igor Gelin
Database Developer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform