Hi,
I'm using:
Private Declare Function GetSaveFileName Lib "comdlg32.dll" Alias "GetSaveFileNameA" (pOpenfilename As W32_OPENFILENAME) As Boolean
to get a file save dialog. The dialog form appears in the upper left corner of the screen. How does one center this?
Is it possible to add a custom option button to the file save dialog form from comdlg32.dll? If not, how about putting on the Read Only option but changing the text from Read Only to what my option is?
Thanks!
dftjsn
I'm using:
Private Declare Function GetSaveFileName Lib "comdlg32.dll" Alias "GetSaveFileNameA" (pOpenfilename As W32_OPENFILENAME) As Boolean
to get a file save dialog. The dialog form appears in the upper left corner of the screen. How does one center this?
Is it possible to add a custom option button to the file save dialog form from comdlg32.dll? If not, how about putting on the Read Only option but changing the text from Read Only to what my option is?
Thanks!
dftjsn