Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29277 Discussions

Default file in the GetSaveFileName

meistrv
Beginner
403 Views
Is it possible to fill the "File Name" field in the "Save As" common dialog box by some default name? I couldn't find anything like that within the openfilename structure.
Thanks for help
Vit
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
403 Views
It's the lpstrFile member, i.e. the same field you get the name as the output. If it's non-blank (non-char(0)), it will appear in the dialog.

Jugoslav
0 Kudos
Reply