Recently Used File
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Is there anyway to list 10 recently access files(MRU) instead of 4? Thanks Shin
-
Is there anyway to list 10 recently access files(MRU) instead of 4? Thanks Shin
-
Call this function from within the InitInstance member: LoadStdProfileSettings(10); where 10 is the nr. of most recently used (MRU) files. bye, CC.