FileDialog - win32
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I need to show a FileDialog form the win32 application. Is there any SDK fuction to select the file form the dialog?
-
The CFileDialog class is only a wrapper to the windows API function GetOpenFileName()[^]. This should be want you want.
I Dream of Absolute Zero