|
-
June 8th, 1999, 02:14 PM
#1
How to minimize
Hello,
In my MFC application, I use the function "system()" to execute a console application. When I make a call to the function system(), I DOS window is opened where I can see the results of the commande I passed to system().
My problem is : I don't want this DOS window to be opened. If I can't have the command run in the background, how can I minimize the DOS window?
I'd really appreciate some help from you.
Thanks in advance.
Where there is a WISH, there is a WILL.
-
June 8th, 1999, 02:24 PM
#2
Re: How to minimize
Check out CreateProcess() instead of system
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
|