Click here to Skip to main content
15,913,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: calling .net dll from vs6 c++ Pin
Peter Weyzen4-Nov-07 7:12
Peter Weyzen4-Nov-07 7:12 
GeneralRe: calling .net dll from vs6 c++ Pin
BoscoBill4-Nov-07 7:34
BoscoBill4-Nov-07 7:34 
GeneralRe: calling .net dll from vs6 c++ Pin
Mark Salsbery5-Nov-07 5:48
Mark Salsbery5-Nov-07 5:48 
GeneralRe: calling .net dll from vs6 c++ Pin
BoscoBill5-Nov-07 6:37
BoscoBill5-Nov-07 6:37 
GeneralRe: calling .net dll from vs6 c++ Pin
Mark Salsbery5-Nov-07 7:02
Mark Salsbery5-Nov-07 7:02 
QuestionQuery regarding MFC application Pin
Chirag_kalra4-Nov-07 5:36
Chirag_kalra4-Nov-07 5:36 
QuestionMoveFileEx fails Pin
Royce Fickling4-Nov-07 5:34
Royce Fickling4-Nov-07 5:34 
AnswerRe: MoveFileEx fails Pin
Nelek4-Nov-07 21:59
protectorNelek4-Nov-07 21:59 
I think it will be better if you stablish the path, and then you iterate with the individual file names.

The backslashes should be needed in the string,

CString szFile1 = "C:\\MyFolder\\MyFile1.ext"
CString szFile2 = "C:\\MyFolder\\MyFile2.ext"
...

And I mean:

CString szPath = "C:\\MyFolder\\";
use FindFirstFile (...)
while (FindNextFile (...) can be used)
Get the name and move the file

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

Questionplzzz Hellppp meeeee exercise for tomorroww Pin
eerrikkaa4-Nov-07 2:46
eerrikkaa4-Nov-07 2:46 
AnswerRe: plzzz Hellppp meeeee exercise for tomorroww Pin
David Crow4-Nov-07 2:48
David Crow4-Nov-07 2:48 
AnswerRe: plzzz Hellppp meeeee exercise for tomorroww Pin
Hamid_RT4-Nov-07 3:07
Hamid_RT4-Nov-07 3:07 
AnswerRe: plzzz Hellppp meeeee exercise for tomorroww Pin
Stephen Hewitt4-Nov-07 3:19
Stephen Hewitt4-Nov-07 3:19 
AnswerRe: plzzz Hellppp meeeee exercise for tomorroww Pin
ThatsAlok4-Nov-07 18:54
ThatsAlok4-Nov-07 18:54 
QuestionSMTP mail server Pin
bigdenny2004-Nov-07 1:04
bigdenny2004-Nov-07 1:04 
Questionwhich way is more efficient to check bit value Pin
George_George4-Nov-07 1:02
George_George4-Nov-07 1:02 
AnswerRe: which way is more efficient to check bit value Pin
David Crow4-Nov-07 2:48
David Crow4-Nov-07 2:48 
GeneralRe: which way is more efficient to check bit value Pin
George_George4-Nov-07 18:15
George_George4-Nov-07 18:15 
AnswerRe: which way is more efficient to check bit value Pin
Chris Losinger4-Nov-07 5:47
professionalChris Losinger4-Nov-07 5:47 
GeneralRe: which way is more efficient to check bit value Pin
George_George4-Nov-07 18:26
George_George4-Nov-07 18:26 
GeneralRe: which way is more efficient to check bit value Pin
Chris Losinger5-Nov-07 0:58
professionalChris Losinger5-Nov-07 0:58 
GeneralRe: which way is more efficient to check bit value Pin
George_George5-Nov-07 1:13
George_George5-Nov-07 1:13 
GeneralRe: which way is more efficient to check bit value Pin
David Crow5-Nov-07 3:43
David Crow5-Nov-07 3:43 
GeneralRe: which way is more efficient to check bit value Pin
George_George5-Nov-07 18:41
George_George5-Nov-07 18:41 
QuestionCreate a file, containing folder contents Pin
TheRamon3-Nov-07 23:38
TheRamon3-Nov-07 23:38 
AnswerRe: Create a file, containing folder contents Pin
Nelek4-Nov-07 21:51
protectorNelek4-Nov-07 21: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.