Process.Start(My.Resources.FileName)Please reply if you know how to fix this!
Sorry typo, I can NOT get it to work and that is the closest code I got




Posted 26 July 2012 - 04:00 PM
Process.Start(My.Resources.FileName)Please reply if you know how to fix this!
Posted 26 July 2012 - 09:24 PM
Try
If IO.File.Exists(filenameWithPath) Then
Process.Start(filenameWithPath)
Else
MessageBox.Show(filenameWithPath & " Does not Exist")
End If
Cathch ex as Exception
Messagebox.show(ex.Message)
End Try
Imports System.Diagonastics.Process
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
