Ok, here is what i want to do, I want to be able to type in a text to stop any process, for example:

If i type in, notepad.exe then press the stop button it will stop that process or any other process name that is givin, i know the code is

process.start("taskkill", "/f /im <i dont no what to put here>")

how would i get the name of the process from the textbox into that string?

Im using VB 2005 Express