View Single Post
Old 12-12-2006, 06:22 PM   #1 (permalink)
EvilGrin369
Forum Novice
 
Join Date: May 2005
Age: 27
Posts: 118
Default Kill process method

Ok i got my Form to start and stop a process with the start and kill method only thing is after i kill the process and i click the "X" at the top of the form again i get an error. i've tryed alot of method's and no luck any idea's?

Code:
private void button2_Click(object sender, EventArgs e)
        {
            Notpad.Kill();  
        }
EvilGrin369 is offline   Reply With Quote