Common dialog box

  • Thread starter Thread starter Winnie
  • Start date Start date
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?
 
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
 
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?
 
Back
Top