Click here to Skip to main content
15,905,563 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Calling .exe application using C/C++ Pin
toxcct4-Sep-05 23:32
toxcct4-Sep-05 23:32 
QuestionRe: Calling .exe application using C/C++ Pin
bryan5234-Sep-05 23:46
bryan5234-Sep-05 23:46 
AnswerRe: Calling .exe application using C/C++ Pin
ThatsAlok4-Sep-05 23:52
ThatsAlok4-Sep-05 23:52 
AnswerRe: Calling .exe application using C/C++ Pin
toxcct4-Sep-05 23:52
toxcct4-Sep-05 23:52 
General[Message Deleted] Pin
bryan5235-Sep-05 0:07
bryan5235-Sep-05 0:07 
AnswerRe: Calling .exe application using C/C++ Pin
ThatsAlok4-Sep-05 23:59
ThatsAlok4-Sep-05 23:59 
GeneralRe: Calling .exe application using C/C++ Pin
toxcct5-Sep-05 0:02
toxcct5-Sep-05 0:02 
GeneralRe: Calling .exe application using C/C++ Pin
bryan5235-Sep-05 0:10
bryan5235-Sep-05 0:10 
Thanks toxcct, Neagoe, Alok!
I manage to do it liao!

toxcct,Alok
i still dun knw hw to use shellExecute!
I will be very appreciate if u can show to me hw to use?

i using code below and its ok:

#include "stdio.h"<br />
#include "string.h"<br />
#include<conio.h><br />
#include <stdlib.h><br />
<br />
int main(int argc, char *argv[])<br />
{ <br />
(void)system("C:\\ShutDown.exe");<br />
return 0;<br />
} 


-- modified at 6:11 Monday 5th September, 2005
GeneralRe: Calling .exe application using C/C++ Pin
toxcct5-Sep-05 0:14
toxcct5-Sep-05 0:14 
QuestionProblem with custom draw in CListCtrl? Pin
followait4-Sep-05 21:21
followait4-Sep-05 21:21 
AnswerRe: Problem with custom draw in CListCtrl? Pin
PJ Arends4-Sep-05 21:49
professionalPJ Arends4-Sep-05 21:49 
AnswerRe: Problem with custom draw in CListCtrl? Pin
Marc Soleda4-Sep-05 22:01
Marc Soleda4-Sep-05 22:01 
AnswerRe: Problem with custom draw in CListCtrl? Pin
Neagoe Gabriel4-Sep-05 22:04
Neagoe Gabriel4-Sep-05 22:04 
Questionno NM_CUSTOMDRAW for CComboBox? Pin
followait4-Sep-05 20:56
followait4-Sep-05 20:56 
AnswerRe: no NM_CUSTOMDRAW for CComboBox? Pin
PJ Arends4-Sep-05 21:51
professionalPJ Arends4-Sep-05 21:51 
AnswerRe: no NM_CUSTOMDRAW for CComboBox? Pin
Gary R. Wheeler5-Sep-05 4:34
Gary R. Wheeler5-Sep-05 4:34 
QuestionRetrieving File type Pin
Anonymous4-Sep-05 20:38
Anonymous4-Sep-05 20:38 
AnswerRe: Retrieving File type Pin
Neagoe Gabriel4-Sep-05 22:17
Neagoe Gabriel4-Sep-05 22:17 
AnswerRe: Retrieving File type Pin
ThatsAlok4-Sep-05 23:14
ThatsAlok4-Sep-05 23:14 
AnswerRe: Retrieving File type Pin
Eytukan4-Sep-05 23:24
Eytukan4-Sep-05 23:24 
General[Message Deleted] Pin
Monisankar5-Sep-05 4:22
Monisankar5-Sep-05 4:22 
AnswerRe: Retrieving File type Pin
Gary R. Wheeler5-Sep-05 5:53
Gary R. Wheeler5-Sep-05 5:53 
GeneralRe: Retrieving File type Pin
normanS5-Sep-05 19:39
normanS5-Sep-05 19:39 
GeneralRe: Retrieving File type Pin
Anonymous6-Sep-05 1:13
Anonymous6-Sep-05 1:13 
GeneralRe: Retrieving File type Pin
Gary R. Wheeler6-Sep-05 13:10
Gary R. Wheeler6-Sep-05 13:10 

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.