Win32 API programming with C - Using the file system
When we looked at common controls library we added an Edit control. Let's say we want to save the text that we write to a file on disk, for this we need to use the File System API.
First, we need a method to open the File Save dialog:
void OpenFileS...
ciprianf.hashnode.dev5 min read