Click here to Skip to main content
15,914,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with External Application Interfacing Pin
Joe Woodbury7-Apr-03 10:57
professionalJoe Woodbury7-Apr-03 10:57 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs7-Apr-03 11:20
James A Beggs7-Apr-03 11:20 
GeneralRe: Help with External Application Interfacing Pin
J. Dunlap7-Apr-03 11:04
J. Dunlap7-Apr-03 11:04 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs7-Apr-03 11:21
James A Beggs7-Apr-03 11:21 
GeneralRe: Help with External Application Interfacing Pin
J. Dunlap7-Apr-03 11:52
J. Dunlap7-Apr-03 11:52 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs9-Apr-03 12:07
James A Beggs9-Apr-03 12:07 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs9-Apr-03 12:16
James A Beggs9-Apr-03 12:16 
GeneralC++ Coding style Pin
Emilio Guijarro7-Apr-03 9:16
Emilio Guijarro7-Apr-03 9:16 
GeneralRe: C++ Coding style Pin
Joe Woodbury7-Apr-03 9:39
professionalJoe Woodbury7-Apr-03 9:39 
GeneralRe: C++ Coding style Pin
Anonymous7-Apr-03 21:26
Anonymous7-Apr-03 21:26 
GeneralRe: C++ Coding style Pin
Joe Woodbury8-Apr-03 4:28
professionalJoe Woodbury8-Apr-03 4:28 
GeneralCDialogBar and WinXP visual styles Pin
Tim Kosse7-Apr-03 8:49
Tim Kosse7-Apr-03 8:49 
GeneralEdit Controls Pin
will13837-Apr-03 8:40
will13837-Apr-03 8:40 
GeneralRe: Edit Controls Pin
Maximilien7-Apr-03 8:45
Maximilien7-Apr-03 8:45 
GeneralRe: Edit Controls Pin
will13837-Apr-03 8:50
will13837-Apr-03 8:50 
QuestionC++ Downloading images? Pin
LiquidKnight7-Apr-03 7:53
LiquidKnight7-Apr-03 7:53 
GeneralExecute an external .EXE Pin
Martin_Viet7-Apr-03 7:52
Martin_Viet7-Apr-03 7:52 
GeneralRe: Execute an external .EXE Pin
Big Art7-Apr-03 7:54
Big Art7-Apr-03 7:54 
GeneralRe: Execute an external .EXE Pin
NormDroid7-Apr-03 7:57
professionalNormDroid7-Apr-03 7:57 
GeneralRe: Execute an external .EXE Pin
Michael Dunn7-Apr-03 7:57
sitebuilderMichael Dunn7-Apr-03 7:57 
GeneralRe: Execute an external .EXE Pin
LiquidKnight7-Apr-03 7:57
LiquidKnight7-Apr-03 7:57 
Amazingly enough its the same in C++ you use shell execute. I am not familar with the pascal langauge but I am guessing the shell execute is a bit more extended then pascal. Yet don't quote me on that anyways this is how you do it.

Code:
HINSTANCE ShellExecute( HWND hwnd,
LPCTSTR lpOperation,
LPCTSTR lpFile,
LPCTSTR lpParameters,
LPCTSTR lpDirectory,
INT nShowCmd
);
or for exe file execution

ShellExecute(NULL,"open","myfile.exe",SW_SHOW);


any other questions feel free to ask at my aim name vethax0r

- LiquidKnight
GeneralRe: Execute an external .EXE Pin
Martin_Viet7-Apr-03 8:04
Martin_Viet7-Apr-03 8:04 
General[MDI] Updating only one MDI child frame Pin
djordj7-Apr-03 7:28
djordj7-Apr-03 7:28 
GeneralRe: [MDI] Updating only one MDI child frame Pin
Neville Franks7-Apr-03 11:29
Neville Franks7-Apr-03 11:29 
GeneralRe: [MDI] Updating only one MDI child frame Pin
djordj7-Apr-03 11:36
djordj7-Apr-03 11:36 

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.