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
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)