|
-
Sep 6th, 2004, 09:28 AM
#1
Thread Starter
Member
Launching a exe program using VB
hi
i tried to launch a program with the following code but it fails to open the program. i have a module as well to declare all the API stuff:
Private Sub Command3_Click()
Shell sAppPath, vbMinimizedFocus
end sub
Private Sub Form_Load()
sAppName = "Inspections"
sAppPath = "C:\fin_root\access\Inspections.exe"
End Sub
Module CODE:
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
|