Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: [MDI] Updating only one MDI child frame Pin
jhwurmbach7-Apr-03 22:20
jhwurmbach7-Apr-03 22:20 
GeneralRe: Tell compiler where to find source for header file? Pin
Dave Bryant7-Apr-03 9:38
Dave Bryant7-Apr-03 9:38 
Generalstore data in arrays Pin
Kash7-Apr-03 6:10
Kash7-Apr-03 6:10 
GeneralRe: store data in arrays Pin
Big Art7-Apr-03 7:33
Big Art7-Apr-03 7:33 
GeneralRe: store data in arrays Pin
Kash7-Apr-03 8:47
Kash7-Apr-03 8:47 
GeneralRe: store data in arrays Pin
Big Art7-Apr-03 10:40
Big Art7-Apr-03 10:40 
GeneralRe: store data in arrays Pin
Joe Woodbury7-Apr-03 10:08
professionalJoe Woodbury7-Apr-03 10:08 
GeneralPrgramatically Press a CButton Pin
Jawache7-Apr-03 6:09
Jawache7-Apr-03 6:09 
GeneralRe: Prgramatically Press a CButton Pin
Ravi Bhavnani7-Apr-03 6:59
professionalRavi Bhavnani7-Apr-03 6:59 
GeneralRe: Prgramatically Press a CButton Pin
Big Art7-Apr-03 7:41
Big Art7-Apr-03 7:41 
GeneralWho can help me? I plan to use a hidden window to field keyboard inputs Pin
DengJW7-Apr-03 5:24
DengJW7-Apr-03 5:24 
Generalcapture Bitmap Pin
jeremysay7-Apr-03 4:49
jeremysay7-Apr-03 4:49 
GeneralRe: capture Bitmap Pin
J. Dunlap7-Apr-03 7:56
J. Dunlap7-Apr-03 7:56 

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.