S
SMB
Hi,
I am a newbie.
I am doing a VB.net app to kill notepad.exe
But it is not working.
Can anyone help ?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim myProcesses() As Process
'myProcesses = System.Diagnostics.Process("notepad.exe")
myProcess.Kill()
End
I am a newbie.
I am doing a VB.net app to kill notepad.exe
But it is not working.
Can anyone help ?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim myProcesses() As Process
'myProcesses = System.Diagnostics.Process("notepad.exe")
myProcess.Kill()
End