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