|
-
Mar 30th, 2010, 03:42 PM
#1
Thread Starter
Lively Member
Vb.net 2005
Hi guys, I've been working on a project for my community..
So here's the deal
I've placed an .exe file in the same directory as the setup file lands into AND "Program version" folder which I get when I publish it.
When I try to hit the button which helds the command shell ("program.exe") then it tells me: File not found..
I've been saving, moving around, renamed and everything.. What could possibly be wrong?
I've even tried this:
Private Sub ToolStripMenuItem3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripMenuItem3.Click
System.Diagnostics.Process.Start("program.exe")
End Sub
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
|