How to create an Open Dialog

I know how to make an open dialog but I need to know how to make a save dialog for my program. What exactly is the name of the save file component and how do I set one up?
What do you use - WinApi, MFC, Qt.....??
I'm currently using WinApi.
The function is called GetSaveFileName. It works basically the same as GetOpenFilename.
There is also a newer option called Common Item Dialog, but looks more complicated.
https://msdn.microsoft.com/en-us/library/windows/desktop/ms646928(v=vs.85).aspx

Topic archived. No new replies allowed.