File Open / File Save
Member Overview
Discussion on the members and parameters used in the GetOpenFileName and GetSaveFileName APIs. May 07.2000
GetOpenFileName: File Open Common Dialog
Basics
Fully commented code to call the Win32 GetOpenFileName Common Dialog using APIs. Originally posted Dec 27.96.
Major revision May 07.2000
GetSaveFileName: File Save Common Dialog
Basics
Call the Win32 GetSaveFileName Common Dialog using APIs. Requires the code from the
GetOpenFileName demo above. Originally
posted Dec 27.1996. Major revision May 7.2000
GetOpenFileName: File Dialog Centering using a Callback
Add a Windows hook allowing centering of the dialog on-screen. June 7.2000
GetOpenFileName: Advanced Dialog Centering using a Callback
Extend the dialog centering code to include other positioning options. June 7.2000
GetOpenFileName: Set an Open/Save Dialog's Initial Listview View
Set the initial listview state to thumbnails, tiled, icon, details
or the default list view. Also provides code to show and hide the
Places Bar. July 26.2004
GetOpenFileName: Customize File Open/Save Common Dialog Controls
Find out how to change the captions of the dialog buttons and edit fields. June 7.2000
Pure VB: Retrieve Multiple Filenames from the Common Dialog Control
Code to extract the filenames returned from a standard VB File Open Common Dialog under Win32/VB4-32, where the application is providing
the common dialog with both cdlOFNAllowMultiselect and cdlOFNExplorer specified. For vb4-32, vb5, vb6
|