how to achieve ....
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
In MFC how to achieve the functionality of selecting the multiple files . That is pressing control button multiple files can be selected. Regards Shikha
-
In MFC how to achieve the functionality of selecting the multiple files . That is pressing control button multiple files can be selected. Regards Shikha
Do you need to
CFileDialog class
WhiteSky
-
In MFC how to achieve the functionality of selecting the multiple files . That is pressing control button multiple files can be selected. Regards Shikha
You will need to use the
CFileDialog
class for that, as whitesky already said. To be able to select multiple files, them_ofn.Flags
should have theOFN_ALLOWMULTISELECT
flag set.
The nail that stands out will be hammered down - Japenese proverb