This file dialog uses a windows com object to show your native file dialog. You can use it to show printer, color and other dialogs too, but the functionality has only been implemented for File selection.
It is very useful and can do most of the things you want, including remembering the last files used per extinction type.
There are default values there so just run it and you can see how it behaves. Also if you run it and nothing happens then you may not have the ActiveX control registered on your PC. Usually by default the ActiveX is installed on all new PCs.
To register put the activeX in your System32 and run
regsvr32 "C:windowsDirsystem32comdlg32.ocx"
Enjoy,
-Sam
PS: if OpenG/LABUsefull wants it, take it, or let me know what mods it needs and I will do them.
Download File:post-10-1073105229.zip