Does anyone know how to terminate or remove an application with “running” status from Windows’ TaskManager using Visual Basic 6 code.
I am shelling i.e. “Shell” other applications from Visual program and I need to find a way to remove them from the task manager when I am done with them.
Any ideas?