Click here to Skip to main content
15,908,437 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionregarding FileDialog Pin
happy_ram25-Jun-06 21:32
happy_ram25-Jun-06 21:32 
AnswerRe: regarding FileDialog Pin
kakan25-Jun-06 21:36
professionalkakan25-Jun-06 21:36 
GeneralRe: regarding FileDialog Pin
happy_ram25-Jun-06 21:42
happy_ram25-Jun-06 21:42 
GeneralRe: regarding FileDialog Pin
kakan25-Jun-06 21:49
professionalkakan25-Jun-06 21:49 
GeneralRe: regarding FileDialog Pin
happy_ram25-Jun-06 22:20
happy_ram25-Jun-06 22:20 
GeneralRe: regarding FileDialog Pin
kakan25-Jun-06 22:27
professionalkakan25-Jun-06 22:27 
GeneralRe: regarding FileDialog Pin
happy_ram25-Jun-06 22:41
happy_ram25-Jun-06 22:41 
GeneralRe: regarding FileDialog Pin
kakan25-Jun-06 22:49
professionalkakan25-Jun-06 22:49 
Just replace the CFileDialog with SHBrowseForFolder

Then (when you got a folder to use), use FindFirstFile/FindNextFile until there are no more mp3-files in the given folder.

Check these:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shbrowseforfolder.asp[^]

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findfirstfile.asp[^]

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findnextfile.asp[^]

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findclose.asp[^]
GeneralRe: regarding FileDialog Pin
happy_ram25-Jun-06 23:27
happy_ram25-Jun-06 23:27 
GeneralRe: regarding FileDialog Pin
kakan25-Jun-06 23:45
professionalkakan25-Jun-06 23:45 
GeneralRe: regarding FileDialog Pin
happy_ram26-Jun-06 0:48
happy_ram26-Jun-06 0:48 
QuestionRe: regarding FileDialog Pin
Hamid_RT25-Jun-06 22:37
Hamid_RT25-Jun-06 22:37 
AnswerRe: regarding FileDialog Pin
Viorel.25-Jun-06 21:37
Viorel.25-Jun-06 21:37 
GeneralRe: regarding FileDialog Pin
happy_ram25-Jun-06 21:47
happy_ram25-Jun-06 21:47 
QuestionHow to save bitmap in Black/White Pin
Praveenkumar T.G25-Jun-06 21:07
Praveenkumar T.G25-Jun-06 21:07 
AnswerRe: How to save bitmap in Black/White Pin
Sarath C25-Jun-06 23:21
Sarath C25-Jun-06 23:21 
Questionneed help...decimal digits.. Pin
thathvamsi25-Jun-06 20:57
thathvamsi25-Jun-06 20:57 
AnswerRe: need help...decimal digits.. Pin
thathvamsi25-Jun-06 21:56
thathvamsi25-Jun-06 21:56 
GeneralRe: need help...decimal digits.. Pin
Naveen25-Jun-06 22:14
Naveen25-Jun-06 22:14 
GeneralRe: need help...decimal digits.. Pin
thathvamsi25-Jun-06 22:31
thathvamsi25-Jun-06 22:31 
GeneralRe: need help...decimal digits.. Pin
Naveen25-Jun-06 22:55
Naveen25-Jun-06 22:55 
GeneralRe: need help...decimal digits.. Pin
thathvamsi25-Jun-06 23:12
thathvamsi25-Jun-06 23:12 
GeneralRe: need help...decimal digits.. Pin
Naveen25-Jun-06 23:37
Naveen25-Jun-06 23:37 
GeneralRe: need help...decimal digits.. Pin
thathvamsi26-Jun-06 17:00
thathvamsi26-Jun-06 17:00 
GeneralRe: need help...decimal digits.. Pin
Naveen26-Jun-06 17:28
Naveen26-Jun-06 17:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.