Open/Save function in programs: how do you get the "specify a file" window? (C++)

Started by
1 comment, last by Subotron 21 years, 1 month ago
Most applications have open/save features. When you click that option a window pops up, where you can select the file path and name of the file you want to load/save. How do you get this window? How does it work? I need to use this but I have no idea how to get it. Are there any articles on this maybe? Thanks in advance for the help! | Panorama 3D Engine | Contact me | | MSDN | Google | SourceForge |
Advertisement
this link might be helpful. GetOpenFileName will open up the common open file dialog.

[edit] tags



[edited by - evillive2 on March 5, 2003 9:49:39 AM]
Evillive2
yep that''s what I was looking for I forgot the name common file dialog tnx a lot!

| Panorama 3D Engine | Contact me |
| MSDN | Google | SourceForge |

This topic is closed to new replies.

Advertisement