Pelles C forum

Pelles C => Feature requests => Topic started by: C-Shell on January 07, 2013, 06:31:22 PM

Title: Open/save dialog
Post by: C-Shell on January 07, 2013, 06:31:22 PM
Hi guys, I just started coding Pelles C just to get some basic knowlegde on standard C.
However, im usually coding Delphi, and i find the dialog editor very simplistic - Nothing wrong with that, but there are some things i am missing. I think an open/save dialog would be a great implementation. If you don't know what i mean, it's the function that allows you to browse on the local computer to decide where a given file should be saved or which file to open and use.

BTW If any of you guys know how to do so alternativly, please tell me :D
Title: Re: Open/save dialog
Post by: frankie on January 07, 2013, 06:47:31 PM
This is a standar API function "GetOpenFileName" http://msdn.microsoft.com/en-us/library/windows/desktop/ms646927(v=vs.85).aspx (http://msdn.microsoft.com/en-us/library/windows/desktop/ms646927(v=vs.85).aspx)