Click here to Skip to main content
15,902,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: urgrntly required Pin
Jijo.Raj9-Jan-09 4:27
Jijo.Raj9-Jan-09 4:27 
QuestionNeed help to get list of files in a directory... Pin
Thilek9-Jan-09 0:50
Thilek9-Jan-09 0:50 
AnswerRe: Need help to get list of files in a directory... Pin
Hamid_RT9-Jan-09 0:54
Hamid_RT9-Jan-09 0:54 
AnswerRe: Need help to get list of files in a directory... Pin
Jijo.Raj9-Jan-09 0:58
Jijo.Raj9-Jan-09 0:58 
GeneralRe: Need help to get list of files in a directory... Pin
Thilek9-Jan-09 2:16
Thilek9-Jan-09 2:16 
GeneralRe: Need help to get list of files in a directory... Pin
David Crow9-Jan-09 3:15
David Crow9-Jan-09 3:15 
GeneralRe: Need help to get list of files in a directory... Pin
Thilek9-Jan-09 3:25
Thilek9-Jan-09 3:25 
GeneralRe: Need help to get list of files in a directory... Pin
David Crow9-Jan-09 3:28
David Crow9-Jan-09 3:28 
Thilek wrote:
But when i change HANDLE hFind = FindFirstFile((LPCWSTR)"*", &findFileData); to HANDLE hFind = FindFirstFile((LPCWSTR)"C:\*", &findFileData);


Use two backslashes within string literals.

Why are you using convertWCharArrayToString()?

"Love people and use things, not love things and use people." - Unknown

"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


GeneralRe: Need help to get list of files in a directory... Pin
Thilek9-Jan-09 3:44
Thilek9-Jan-09 3:44 
QuestionRe: Need help to get list of files in a directory... Pin
David Crow9-Jan-09 3:47
David Crow9-Jan-09 3:47 
AnswerRe: Need help to get list of files in a directory... Pin
Thilek9-Jan-09 3:56
Thilek9-Jan-09 3:56 
GeneralRe: Need help to get list of files in a directory... Pin
David Crow9-Jan-09 4:06
David Crow9-Jan-09 4:06 
GeneralRe: Need help to get list of files in a directory... Pin
Thilek9-Jan-09 4:14
Thilek9-Jan-09 4:14 
GeneralRe: Need help to get list of files in a directory... Pin
David Crow9-Jan-09 4:18
David Crow9-Jan-09 4:18 
GeneralRe: Need help to get list of files in a directory... Pin
Thilek9-Jan-09 4:25
Thilek9-Jan-09 4:25 
GeneralRe: Need help to get list of files in a directory... Pin
David Crow9-Jan-09 4:28
David Crow9-Jan-09 4:28 
GeneralRe: Need help to get list of files in a directory... Pin
Thilek9-Jan-09 4:31
Thilek9-Jan-09 4:31 
AnswerRe: Need help to get list of files in a directory... Pin
vinvino20019-Jan-09 4:02
vinvino20019-Jan-09 4:02 
GeneralRe: Need help to get list of files in a directory... Pin
Thilek9-Jan-09 4:12
Thilek9-Jan-09 4:12 
GeneralRe: Need help to get list of files in a directory... Pin
Hamid_RT9-Jan-09 5:08
Hamid_RT9-Jan-09 5:08 
AnswerRe: Need help to get list of files in a directory... Pin
vinvino20019-Jan-09 6:18
vinvino20019-Jan-09 6:18 
QuestionIntercept all mouse event for a specified hwnd Pin
kcynic9-Jan-09 0:13
kcynic9-Jan-09 0:13 
AnswerRe: Intercept all mouse event for a specified hwnd Pin
Garth J Lancaster9-Jan-09 0:45
professionalGarth J Lancaster9-Jan-09 0:45 
GeneralRe: Intercept all mouse event for a specified hwnd Pin
kcynic9-Jan-09 1:10
kcynic9-Jan-09 1:10 
AnswerRe: Intercept all mouse event for a specified hwnd Pin
Code-o-mat9-Jan-09 0:51
Code-o-mat9-Jan-09 0:51 

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.