I need to kill an application roughly so I can get phantom subscriber of that application in my database (this can not be produced by closing the application). Manually, if
Use vb6.0 TaskKill
Private Sub Command1_Click() Shell "taskkill.exe /f /t /im Application.exe" End Sub