Click here to Skip to main content
15,915,800 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File Rename Problem Pin
john563220-Feb-08 19:57
john563220-Feb-08 19:57 
GeneralRe: File Rename Problem Pin
Maxwell Chen20-Feb-08 21:50
Maxwell Chen20-Feb-08 21:50 
GeneralRe: File Rename Problem Pin
john563220-Feb-08 20:04
john563220-Feb-08 20:04 
GeneralRe: File Rename Problem Pin
Maxwell Chen20-Feb-08 21:35
Maxwell Chen20-Feb-08 21:35 
GeneralCreateProcess() not working Pin
tony_Udz20-Feb-08 18:19
tony_Udz20-Feb-08 18:19 
GeneralRe: CreateProcess() not working [modified] Pin
Maxwell Chen20-Feb-08 18:39
Maxwell Chen20-Feb-08 18:39 
GeneralRe: CreateProcess() not working Pin
tony_Udz20-Feb-08 19:09
tony_Udz20-Feb-08 19:09 
GeneralRe: CreateProcess() not working Pin
Rajkumar R20-Feb-08 20:38
Rajkumar R20-Feb-08 20:38 
and as a side note: whenever there is white space in the parameters to CreateProcess, make it as single parameter by adding quote to the string.

otherwise there is chance to interpret as multiple parameters

TCHAR szPath[] = TEXT("C:\\Documents and Settings\\abhishekc\\Desktop\\code.txt");

can be changed to the following, to be in safer side.

TCHAR szPath[] = TEXT("\"C:\\Documents and Settings\\abhishekc\\Desktop\\code.txt\"");

ps: i am sure this is not the problem.
GeneralEmbedding vlc player in to the application Pin
Chandrasekharan P20-Feb-08 17:32
Chandrasekharan P20-Feb-08 17:32 
GeneralTo embed a word document into a C++ console based exe Pin
Mushtaque Nizamani20-Feb-08 17:26
Mushtaque Nizamani20-Feb-08 17:26 
QuestionRe: To embed a word document into a C++ console based exe Pin
Rajkumar R20-Feb-08 18:07
Rajkumar R20-Feb-08 18:07 
GeneralRe: To embed a word document into a C++ console based exe Pin
Maxwell Chen20-Feb-08 19:05
Maxwell Chen20-Feb-08 19:05 
QuestionA problem when you press ESC in a CEdit ctrl Pin
zengkun10020-Feb-08 16:05
zengkun10020-Feb-08 16:05 
GeneralRe: A problem when you press ESC in a CEdit ctrl Pin
Maxwell Chen20-Feb-08 16:20
Maxwell Chen20-Feb-08 16:20 
GeneralRe: A problem when you press ESC in a CEdit ctrl Pin
zengkun10020-Feb-08 16:39
zengkun10020-Feb-08 16:39 
GeneralRe: A problem when you press ESC in a CEdit ctrl Pin
Maxwell Chen20-Feb-08 16:44
Maxwell Chen20-Feb-08 16:44 
QuestionHow to access Blu-ray discs' video file? Pin
kcynic20-Feb-08 14:54
kcynic20-Feb-08 14:54 
GeneralFunny symbols Reading Registry Key Values Pin
J_E_D_I20-Feb-08 10:14
J_E_D_I20-Feb-08 10:14 
QuestionRe: Funny symbols Reading Registry Key Values Pin
David Crow20-Feb-08 10:43
David Crow20-Feb-08 10:43 
GeneralRe: Funny symbols Reading Registry Key Values Pin
Mark Salsbery20-Feb-08 13:19
Mark Salsbery20-Feb-08 13:19 
GeneralRe: Funny symbols Reading Registry Key Values Pin
Mark Salsbery20-Feb-08 13:23
Mark Salsbery20-Feb-08 13:23 
GeneralRe: Funny symbols Reading Registry Key Values Pin
J_E_D_I21-Feb-08 21:31
J_E_D_I21-Feb-08 21:31 
GeneralRe: Funny symbols Reading Registry Key Values Pin
David Crow22-Feb-08 2:54
David Crow22-Feb-08 2:54 
GeneralRe: Funny symbols Reading Registry Key Values Pin
J_E_D_I22-Feb-08 9:45
J_E_D_I22-Feb-08 9:45 
QuestionRe: Funny symbols Reading Registry Key Values Pin
David Crow22-Feb-08 9:57
David Crow22-Feb-08 9:57 

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.