Click here to Skip to main content
15,900,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: system command Pin
Naveen26-Aug-07 20:48
Naveen26-Aug-07 20:48 
GeneralRe: system command Pin
IlanTal26-Aug-07 21:01
IlanTal26-Aug-07 21:01 
GeneralRe: system command Pin
Naveen26-Aug-07 21:10
Naveen26-Aug-07 21:10 
GeneralRe: system command Pin
IlanTal26-Aug-07 21:43
IlanTal26-Aug-07 21:43 
GeneralRe: system command Pin
IlanTal26-Aug-07 22:30
IlanTal26-Aug-07 22:30 
GeneralRe: system command Pin
Naveen26-Aug-07 22:31
Naveen26-Aug-07 22:31 
GeneralRe: system command Pin
IlanTal27-Aug-07 2:20
IlanTal27-Aug-07 2:20 
GeneralRe: system command Pin
Naveen27-Aug-07 2:23
Naveen27-Aug-07 2:23 
in that case use the ShellExecuteEx() function. in that function you will get the handle of the new process. so after calling the ShellExecuteEx() function wait for the handle using the WaitForSingleObject() function.


GeneralRe: system command Pin
IlanTal27-Aug-07 2:40
IlanTal27-Aug-07 2:40 
GeneralRe: system command Pin
IlanTal27-Aug-07 3:57
IlanTal27-Aug-07 3:57 
GeneralRe: system command Pin
Naveen27-Aug-07 4:35
Naveen27-Aug-07 4:35 
AnswerRe: system command Pin
toxcct26-Aug-07 21:06
toxcct26-Aug-07 21:06 
Questiondifference between debug-build and release build Pin
neha.agarwal2726-Aug-07 19:47
neha.agarwal2726-Aug-07 19:47 
AnswerRe: difference between debug-build and release build Pin
ShilpiP26-Aug-07 20:39
ShilpiP26-Aug-07 20:39 
AnswerRe: difference between debug-build and release build Pin
Hamid_RT26-Aug-07 21:18
Hamid_RT26-Aug-07 21:18 
AnswerRe: difference between debug-build and release build Pin
Rajesh R Subramanian26-Aug-07 23:08
professionalRajesh R Subramanian26-Aug-07 23:08 
AnswerRe: difference between debug-build and release build Pin
Russell'27-Aug-07 1:44
Russell'27-Aug-07 1:44 
AnswerRe: difference between debug-build and release build Pin
Anurag Gandhi27-Aug-07 3:22
professionalAnurag Gandhi27-Aug-07 3:22 
QuestionText-to-Speech Pin
Abdul8526-Aug-07 19:39
Abdul8526-Aug-07 19:39 
AnswerRe: Text-to-Speech Pin
chandu00427-Aug-07 1:15
chandu00427-Aug-07 1:15 
AnswerRe: Text-to-Speech Pin
Russell'27-Aug-07 1:48
Russell'27-Aug-07 1:48 
GeneralRe: Text-to-Speech Pin
Abdul8527-Aug-07 19:11
Abdul8527-Aug-07 19:11 
GeneralRe: Text-to-Speech Pin
Russell'27-Aug-07 21:50
Russell'27-Aug-07 21:50 
QuestionHow to change the space between item object and text in list view ? Pin
Yanshof26-Aug-07 19:23
Yanshof26-Aug-07 19:23 
QuestionHow to forward a variable-argument list to fprintf()? Pin
min_2_max26-Aug-07 15:06
min_2_max26-Aug-07 15:06 

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.