Click here to Skip to main content
15,905,144 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CFileDialog default path Pin
Richard MacCutchan23-Feb-11 1:59
mveRichard MacCutchan23-Feb-11 1:59 
AnswerRe: CFileDialog default path Pin
Maximilien23-Feb-11 2:36
Maximilien23-Feb-11 2:36 
QuestionHow to Use WPF in Vc++ win32/MFC application? Pin
mathivanaan22-Feb-11 23:46
mathivanaan22-Feb-11 23:46 
AnswerRe: How to Use WPF in Vc++ win32/MFC application? Pin
Richard MacCutchan23-Feb-11 2:03
mveRichard MacCutchan23-Feb-11 2:03 
AnswerRe: How to Use WPF in Vc++ win32/MFC application? Pin
manchukuo23-Feb-11 9:09
manchukuo23-Feb-11 9:09 
QuestionFile move and compare in VC++ 6 MFC dialog based program? Pin
ajj10022-Feb-11 10:19
ajj10022-Feb-11 10:19 
QuestionRe: File move and compare in VC++ 6 MFC dialog based program? Pin
David Crow22-Feb-11 10:29
David Crow22-Feb-11 10:29 
AnswerRe: File move and compare in VC++ 6 MFC dialog based program? Pin
ajj10022-Feb-11 10:38
ajj10022-Feb-11 10:38 
GeneralRe: File move and compare in VC++ 6 MFC dialog based program? Pin
Richard MacCutchan22-Feb-11 23:15
mveRichard MacCutchan22-Feb-11 23:15 
QuestionRe: File move and compare in VC++ 6 MFC dialog based program? Pin
ajj10023-Feb-11 9:27
ajj10023-Feb-11 9:27 
AnswerRe: File move and compare in VC++ 6 MFC dialog based program? Pin
David Crow23-Feb-11 9:30
David Crow23-Feb-11 9:30 
AnswerRe: File move and compare in VC++ 6 MFC dialog based program? Pin
ajj10023-Feb-11 9:31
ajj10023-Feb-11 9:31 
QuestionRe: File move and compare in VC++ 6 MFC dialog based program? Pin
ajj10025-Feb-11 5:59
ajj10025-Feb-11 5:59 
AnswerRe: File move and compare in VC++ 6 MFC dialog based program? Pin
David Crow25-Feb-11 6:20
David Crow25-Feb-11 6:20 
AnswerRe: File move and compare in VC++ 6 MFC dialog based program? Pin
Maximilien22-Feb-11 13:54
Maximilien22-Feb-11 13:54 
ajj100 wrote:
compare those files to the files in the directory


Compare what ? the size ? date created/modified ? what is inside ?

As David wrote, use ShFileOperation (with the appropriate parameters) and check the error code returned to help you there.

you can also use FindFirstFile/FindNextFile to search the file in the destination folder to see if the file is there and if it exists, then do any kind of comparision between the two.

M.
Watched code never compiles.

Questiontemplates & friends Pin
Joerg Koenig22-Feb-11 3:12
Joerg Koenig22-Feb-11 3:12 
AnswerRe: templates & friends Pin
Michael Dunn22-Feb-11 5:47
sitebuilderMichael Dunn22-Feb-11 5:47 
AnswerRe: templates & friends Pin
CPallini22-Feb-11 9:49
mveCPallini22-Feb-11 9:49 
GeneralRe: templates & friends Pin
Rajesh R Subramanian22-Feb-11 19:51
professionalRajesh R Subramanian22-Feb-11 19:51 
GeneralRe: templates & friends Pin
Joerg Koenig22-Feb-11 21:45
Joerg Koenig22-Feb-11 21:45 
Questionwindowless shockwaveflash control doesn't work properly individually Pin
followait21-Feb-11 22:01
followait21-Feb-11 22:01 
AnswerRe: windowless shockwaveflash control doesn't work properly individually Pin
Ahmed Charfeddine22-Feb-11 0:24
Ahmed Charfeddine22-Feb-11 0:24 
GeneralRe: windowless shockwaveflash control doesn't work properly individually Pin
followait22-Feb-11 14:20
followait22-Feb-11 14:20 
QuestionProblem in Excel Automation. Pin
Le@rner21-Feb-11 21:41
Le@rner21-Feb-11 21:41 
AnswerRe: Problem in Excel Automation. Pin
Niklas L21-Feb-11 22:18
Niklas L21-Feb-11 22:18 

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.