|
-
Jun 19th, 2004, 03:31 AM
#1
Thread Starter
Hyperactive Member
Creating a CD Menu program
I am creating an app that will start when my program CD is inserted. It will give the user a menu, with a selection of programs to install.
I am using a label control for each link in the menu. Now what I need to do is execute a specific .exe file on the disk when a certain label is clicked...
I have tried
Private Sub Label1_Click(...) Handles Label1.Click
Shell("myexe.exe")
End Sub
But it says the file cannot be found, even though the .exe is sitting in the same folder as my CD menu .exe
What would be the correct way to call this .exe file?
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
|