by Frenzied-Panda (2 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)
Its a class to open up common dialog (cdl) without using the ocx. It all in api. It uses the functions GetOpenFileNameA, GetSaveFileNameA in COMDLG32
Should be easy to use. I included a sample so you should know how to use it withut messing around with the class. have fun
Download Common Dialog Class (3 KB)