Click here to Skip to main content
15,880,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Displaying caption of a control using CString and Unicode value Pin
toxcct30-Nov-07 3:06
toxcct30-Nov-07 3:06 
GeneralRe: Displaying caption of a control using CString and Unicode value Pin
CPallini30-Nov-07 3:08
mveCPallini30-Nov-07 3:08 
QuestionOpen File - Security Warning Pin
si_6930-Nov-07 1:30
si_6930-Nov-07 1:30 
QuestionRe: Open File - Security Warning Pin
Nelek30-Nov-07 1:51
protectorNelek30-Nov-07 1:51 
AnswerRe: Open File - Security Warning Pin
si_6930-Nov-07 6:26
si_6930-Nov-07 6:26 
QuestionRename Pin
john563230-Nov-07 1:00
john563230-Nov-07 1:00 
AnswerRe: Rename Pin
Hamid_RT30-Nov-07 1:08
Hamid_RT30-Nov-07 1:08 
GeneralRe: Rename Pin
john563230-Nov-07 2:33
john563230-Nov-07 2:33 
I used the code below but it does not rename the source file even it creates another file (spacifies in To).
SHFILEOPSTRUCT sfo; <br />
	ZeroMemory ( &sfo, sizeof (SHFILEOPSTRUCT)); <br />
	sfo.wFunc = FO_RENAME ;<br />
	sfo.pFrom = _T("g:\zz.txt\0");<br />
	sfo.pTo = _T("g:\pp1.txt\0");<br />
	SHFileOperation(&sfo); 

QuestionRe: Rename Pin
Maximilien30-Nov-07 2:57
Maximilien30-Nov-07 2:57 
GeneralRe: Rename Pin
David Crow30-Nov-07 3:14
David Crow30-Nov-07 3:14 
AnswerRe: Rename Pin
toxcct30-Nov-07 1:41
toxcct30-Nov-07 1:41 
Questionlink error. Pin
Kiran Pinjala30-Nov-07 0:48
Kiran Pinjala30-Nov-07 0:48 
AnswerRe: link error. Pin
Cedric Moonen30-Nov-07 0:53
Cedric Moonen30-Nov-07 0:53 
GeneralRe: link error. Pin
Kiran Pinjala30-Nov-07 1:00
Kiran Pinjala30-Nov-07 1:00 
AnswerRe: link error. Pin
CPallini30-Nov-07 1:10
mveCPallini30-Nov-07 1:10 
AnswerRe: link error. Pin
Iain Clarke, Warrior Programmer30-Nov-07 6:39
Iain Clarke, Warrior Programmer30-Nov-07 6:39 
Questionmodeless dialog box Pin
AnayKulkarni30-Nov-07 0:33
AnayKulkarni30-Nov-07 0:33 
AnswerRe: modeless dialog box Pin
KarstenK30-Nov-07 1:48
mveKarstenK30-Nov-07 1:48 
QuestionRe: modeless dialog box Pin
Nelek30-Nov-07 1:49
protectorNelek30-Nov-07 1:49 
AnswerRe: modeless dialog box Pin
JudyL_MD30-Nov-07 2:25
JudyL_MD30-Nov-07 2:25 
QuestionRe: modeless dialog box Pin
David Crow30-Nov-07 3:22
David Crow30-Nov-07 3:22 
QuestionProblem with EXIF Format to BMP Pin
KANAKESH30-Nov-07 0:17
KANAKESH30-Nov-07 0:17 
AnswerRe: Problem with EXIF Format to BMP Pin
Paresh Chitte30-Nov-07 1:16
Paresh Chitte30-Nov-07 1:16 
AnswerRe: Problem with EXIF Format to BMP Pin
Mark Salsbery30-Nov-07 10:03
Mark Salsbery30-Nov-07 10:03 
QuestionLooping through a string Pin
admgamer29-Nov-07 23:29
admgamer29-Nov-07 23:29 

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.