L
lakepeir
Hello,
I'm trying to launch a text file in the Notepad application. When I
click the menu item, the application is not launched and the text file
is not launched. Listed below is the code.
Code:
Private Sub MenuItem_Help_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MenuItem_Help.Click
'Process.Start("Notepad.exe", "Help.txt")
End Sub
I'm trying to launch a text file in the Notepad application. When I
click the menu item, the application is not launched and the text file
is not launched. Listed below is the code.
Code:
Private Sub MenuItem_Help_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MenuItem_Help.Click
'Process.Start("Notepad.exe", "Help.txt")
End Sub