Win32 call for save dialog

Started by
0 comments, last by ApochPiQ 12 years, 9 months ago
Hi,
I am using C/C++, opengl to create a editor, I want to call the window standard save dialog option
when the save button is pressed. How can I include this Win32 feature????


All suggestions are welcome
Advertisement
The easiest way is to load comdlg32.dll and invoke GetSaveFileName.

Wielder of the Sacred Wands
[Work - ArenaNet] [Epoch Language] [Scribblings]

This topic is closed to new replies.

Advertisement