To list files in MFC?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi everybody! Is there any method to list the files of a directory in MFC?
-
Hi everybody! Is there any method to list the files of a directory in MFC?
http://www.codeproject.com/cpp/recursedir.asp and http://www.codeguru.com/forum/showthread.php?t=371635
------------------------- Don't worry, be happy :o)
-
Hi everybody! Is there any method to list the files of a directory in MFC?
See
DlgDirList
function
WhiteSky