|
-
January 23rd, 2000, 09:16 PM
#1
launch a ext. app
i am putting my program on a cd. well, i have created a startup .inf file so that itll launch a "pre-setup" program. well, on the pre-setup program, it has a button so that the user can click to launch the setup.exe program. how would i code that button to do this? any and all help is greatly appreciated! thanks
Aaron
-
January 23rd, 2000, 11:13 PM
#2
Re: launch a ext. app
Use the Shell Function, ie.
private Command1_Click()
Shell App.Path & "\Setup.exe", vbNormalFocus
End Sub
Aaron Young
Analyst Programmer
[email protected]
[email protected]
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
|