CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Location
    LA, USA
    Posts
    23

    How to start a program without using Shell

    I have to execute a program(a .exe) from within VB and wait for the routines to finish execution. Can I do this without using the function Shell? If yes, how?



  2. #2

  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: How to start a program without using Shell

    you can use the following APIs to do what you want:
    - CreateProcess
    - WaitForSingleObject


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