|
-
Jul 14th, 2000, 02:05 PM
#1
Thread Starter
New Member
I'm extremely new to Visual Basic (6.0 EE), and I'm building a small front end for a CD-Rom autorun program. I need to know how to launch an external program. I've been poking around, but haven't had any luck finding any reference on how to do this.
Thanks for any help...
David
-
Jul 14th, 2000, 02:10 PM
#2
Lively Member
Use the shell function:
Shell "D:\MyProgram", vbNormalFocus
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
|