Common Dialog

Prince

Registered User.
Local time
Today, 13:27
Joined
Oct 2, 2003
Messages
29
Good Morning Everybody
I had used common dialog (save as and Open) in one of my forms
through draging and droping the component (common dialog version 6) then I wrote some code to deal with it.

Is there is a way to use only visual Basic Without having to drag and Drop that component.
In other words
can we declare this file COMDLG32.OCX which defines this component?
thanks for any help.
 
If you had searched this forum as another posted sugested to you [in your other posting] then you would have found many threads with suggestions and samples for what you are seeking. ;)

Check out these APIs for calling the standard windows "File Open" and "Browse Folder" using VBA...

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

API: BrowseFolder Dialog
http://www.mvps.org/access/api/api0002.htm

HTH
 

Users who are viewing this thread

Back
Top Bottom