CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    70

    system("xyz.exe"); <- opens an ugly Dos-Window

    Hi,
    I want to open exe-files without that there is that "DOS-Window". I use
    system("xyz.exe");


    this Dos-Window is sometimes useful, but How can I hide it???

    Thanks for every help!!!

    Black Racer


  2. #2
    Join Date
    Jun 1999
    Location
    Washington
    Posts
    32

    Re: system("xyz.exe"); <- opens an ugly Dos-Window

    Use the ShellExecute Win32API function to start an application without the dos console window.


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