References

A

Ayala

Hi, I have an application.. In the reference window I have
a Reference displaying like this:
MISSING: Microsoft Common Dialog Control 6.0

I browse for my available .ocx files, and only have the
Microsoft Common Dialog Control 5.0 (SP2)

Where I can get 6.0 version?

Thx.
 
C

Cheryl Fischer

Ayala,

Save yourself a lot of work and headaches ... Do not use the Common Dialog
Control, as it is quite prone to licensing and versioning problems and it
frequently "gets lost" when you need to distribute your application to
others.

At the Access Web, there is code that will replace the functionality of the
Common Dialog Control which works exceptionally well.

Call the Windows File Open/Save dialog box
http://www.mvps.org/access/api/api0001.htm

and

Browse Folder Dialog
http://www.mvps.org/access/api/api0002.htm

hth,
 
G

Guest

thx Cheryl, yap works great! :)
-----Original Message-----
Ayala,

Save yourself a lot of work and headaches ... Do not use the Common Dialog
Control, as it is quite prone to licensing and versioning problems and it
frequently "gets lost" when you need to distribute your application to
others.

At the Access Web, there is code that will replace the functionality of the
Common Dialog Control which works exceptionally well.

Call the Windows File Open/Save dialog box
http://www.mvps.org/access/api/api0001.htm

and

Browse Folder Dialog
http://www.mvps.org/access/api/api0002.htm

hth,

--
Cheryl Fischer
Law/Sys Associates
Houston, TX




.
 

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