|
-
May 11th, 1999, 10:19 AM
#1
Executing a program from the application
can someone direct me to the function which allows me to execute another program from withinh my application.
Is it ShellExecute?
Thank you
-
May 11th, 1999, 10:42 AM
#2
Re: Executing a program from the application
-
May 11th, 1999, 10:49 AM
#3
Re: Executing a program from the application
ShellExecute
ShellExecuteEx
CreateProcess
all execute applications. It all depends on what you want to do and how much control you want over the application you want to start
Hope this is of some help
A
-
May 11th, 1999, 10:54 AM
#4
Re: Executing a program from the application
No, don't use WinExec.
From the Win32 SDK documentation
"Win32-based applications should use the CreateProcess function rather than this function. The WinExec function exists in Win32 to provide compatibility with earlier versions of Windows."
A
-
May 12th, 1999, 05:09 AM
#5
Re: Executing a program from the application
::System() could be more simple than CreateProcess for small needs.
It's ANSI moreover.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|