Hello Every one Please Help me on My problem
i want to close a application proccess in taskmanager using vb6
Example:
we open a notpad.exe
and we want to close it using visual basic 6.0 to this way
we have a Command botton
Private Sub Command1_Click()
' Here my command to close notpade.exe
' when i click this botton.
End sub
Razamughal