Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open file dialog box
Message
 
To
24/02/2000 12:37:14
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00336866
Message ID:
00336969
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform