GetFileName

This program uses Windows API functions to open the operating system's GetOpenFileName and GetSaveFileName windows.

They differ from the built in PowerBuilder functions in that they show the Navigation Pane on the left of the window and you have the option of displaying the Help button and having it trigger an event where you open the help file.


Win API Functions used:

CommDlgExtendedError
GetOpenFileName
GetSaveFileName
LocalAlloc
LocalFree
RegisterWindowMessage
RtlZeroMemory
SHGetFolderPath

——— Last updated 07/28/2022 ———