Starten einer Anwendung

prexg

Grünschnabel
Ich möchte in einer MFC application via Button ein externe Programm starten. Kann mir jemand sagen, welche Funktion ich dafür brauche ?
 
Hi!

Versuchs mal mit folgender Funktion:

Code:
WinExec(ProgrammPfad,true);

Mfg

IronMike
 
Hi,

vielen Dank für die Tipps. Mit "ShellExecute" funktioniert's prima. Hier noch ein Kommentar zu "WinExec", den ich gefunden habe:

"...You really should use the CreateProcess function instead. The WinExec function is still available and is implemented as a macro that calls the CreateProcess function. This allows you to use the much simpler WinExec function to run another application."
 

Neue Beiträge

Zurück