Click here to Skip to main content
15,912,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get exe File version, icon etc programmatically Pin
ThatsAlok29-Jun-05 2:11
ThatsAlok29-Jun-05 2:11 
GeneralRe: Get exe File version, icon etc programmatically Pin
munawar196829-Jun-05 2:18
munawar196829-Jun-05 2:18 
GeneralRe: Get exe File version, icon etc programmatically Pin
ThatsAlok29-Jun-05 2:23
ThatsAlok29-Jun-05 2:23 
GeneralRe: Get exe File version, icon etc programmatically Pin
munawar196829-Jun-05 2:27
munawar196829-Jun-05 2:27 
GeneralConvert path with spaces Pin
retro_coder29-Jun-05 0:36
retro_coder29-Jun-05 0:36 
GeneralRe: Convert path with spaces Pin
toxcct29-Jun-05 1:08
toxcct29-Jun-05 1:08 
GeneralRe: Convert path with spaces Pin
retro_coder29-Jun-05 1:18
retro_coder29-Jun-05 1:18 
GeneralRe: Convert path with spaces Pin
toxcct29-Jun-05 1:22
toxcct29-Jun-05 1:22 
but where did the string you were passing to _spawnl() come from ?

your source code ? or was it an entry the user passed to the program ?

anyway, you can use - for example - this functions :

CString strPath;
 
<font color=green>//strPath been filled here, with single back-slashes...</font>
 
strPath.Replace(<font color=gray>"\\"</font>, <font color=gray>"\\\\"</font>);    <font color=green>// Replaces every \ with \\</font>



TOXCCT >>> GEII power
[toxcct][VisualCalc]
GeneralRe: Convert path with spaces Pin
Chris Losinger29-Jun-05 3:26
professionalChris Losinger29-Jun-05 3:26 
GeneralRe: Convert path with spaces Pin
retro_coder29-Jun-05 18:43
retro_coder29-Jun-05 18:43 
GeneralHalo effect on Text in win32 app Pin
pradish29-Jun-05 0:26
pradish29-Jun-05 0:26 
QuestionHow to create ToolTips? Pin
amrutajoshi28-Jun-05 22:51
amrutajoshi28-Jun-05 22:51 
AnswerRe: How to create ToolTips? Pin
toxcct29-Jun-05 0:20
toxcct29-Jun-05 0:20 
Generalwm_mousemove outside the application window Pin
Member 201266928-Jun-05 22:41
Member 201266928-Jun-05 22:41 
GeneralRe: wm_mousemove outside the application window Pin
Nilesh K.29-Jun-05 0:30
Nilesh K.29-Jun-05 0:30 
GeneralRe: wm_mousemove outside the application window Pin
«_Superman_»29-Jun-05 0:33
professional«_Superman_»29-Jun-05 0:33 
Generalopening word and passing strings to a word template doc Pin
JPARR28-Jun-05 22:40
JPARR28-Jun-05 22:40 
GeneralRe: opening word and passing strings to a word template doc Pin
Cedric Moonen28-Jun-05 22:45
Cedric Moonen28-Jun-05 22:45 
GeneralNetwork Printers Pin
manan_be_it28-Jun-05 22:21
manan_be_it28-Jun-05 22:21 
GeneralRe: Network Printers Pin
Blake V. Miller29-Jun-05 19:03
Blake V. Miller29-Jun-05 19:03 
GeneralHey guys, I need help again :-( Pin
Psych0hans28-Jun-05 22:11
Psych0hans28-Jun-05 22:11 
GeneralRe: Hey guys, I need help again :-( Pin
Cedric Moonen28-Jun-05 22:15
Cedric Moonen28-Jun-05 22:15 
GeneralRe: Hey guys, I need help again :-( Pin
Psych0hans28-Jun-05 22:18
Psych0hans28-Jun-05 22:18 
GeneralRe: Hey guys, I need help again :-( Pin
Cedric Moonen28-Jun-05 22:24
Cedric Moonen28-Jun-05 22:24 
GeneralRe: Hey guys, I need help again :-( Pin
Psych0hans28-Jun-05 22:44
Psych0hans28-Jun-05 22:44 

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.