|
-
October 9th, 1999, 01:29 PM
#1
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?
-
October 9th, 1999, 05:43 PM
#2
Re: How to start a program without using Shell
-
October 11th, 1999, 01:46 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|