G
Guest
I am trying to Open an exe file.
Dim p As String
p = "C:\Program Files\hello.exe"
File.Open(p, FileMode.Append)
Me.Visible = False
But nothing is happening. Any help or Knowledge about this would be
aprreciated
Dim p As String
p = "C:\Program Files\hello.exe"
File.Open(p, FileMode.Append)
Me.Visible = False
But nothing is happening. Any help or Knowledge about this would be
aprreciated