CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: How to minimize

  1. #1
    Join Date
    May 1999
    Location
    Canada
    Posts
    176

    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.

  2. #2
    Guest

    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
  •  





Click Here to Expand Forum to Full Width

Featured