Common dialog box

W

Winnie

I need to know how to call out the file open dialog box with using common
dialog box and based on the user selection file, return to the text box. If
possible can somebody provide the code sample?
 
L

Luiz Cláudio

You can also use the Common Dialog ActiveX control, which is easier to code,
but you'll have to take care of the distribution and registration.

[]
Luiz Cláudio C. V. Rocha
São Paulo-Brazil
 
D

Douglas J. Steele

I think you'll find most of us recommend using the API approach from "The
Access Web" rather than the ActiveX control. The ActiveX control tends to be
extremely sensitive to versioning problems, which results in many problems.

--
Doug Steele, Microsoft Access MVP

(No private e-mails, please)

Luiz Cláudio said:
You can also use the Common Dialog ActiveX control, which is easier to code,
but you'll have to take care of the distribution and registration.

[]
Luiz Cláudio C. V. Rocha
São Paulo-Brazil


Winnie said:
I need to know how to call out the file open dialog box with using common
dialog box and based on the user selection file, return to the text box. If
possible can somebody provide the code sample?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top