Reading through the msdn docs, it would appear it is possible to create a
customised OpenFile dialog, as used by GetOpenFileName and GetSaveFileName.
For example, a dialog that contains some sort of preview pane, or extra
options on what to do when loading a file. While it would appear possible,
little direction is really given, so before I start feeling around in the
dark recesses of the win32 API I was wondering if anyone else has any
experience with this or knows of any examples? The OFNHookProc appears to
be the way in and it looks as though you have to create a dialog template of
some sort, but should this be a full open/save dialog box or just the extra
controls you want?
cheers
Paul
|