Making process suspender and process killer
hello all , i will post how to make process suspender and process killer , if you can't create a form you can see my first post
okay let's go
Tutorial:
- Create project and select "Windows Application Form"
- And add this component :
Button : 2
Textbox : 1
Module : 1
- type the button1 text to : Suspend
type the button 2 text to : kill process
- for the code you can see in attachman
- and open file Form1.txt and right click form1 and click view code
- open file Form1.txt CTRL+A and CTRL+C and open your project CTRL+A and CTRL+V
- now the press F5 and test your program
NOTE : DON'T type ".exe"


okay let's go
Tutorial:
- Create project and select "Windows Application Form"
- And add this component :
Button : 2
Textbox : 1
Module : 1
- type the button1 text to : Suspend
type the button 2 text to : kill process
- for the code you can see in attachman
- and open file Form1.txt and right click form1 and click view code
- open file Form1.txt CTRL+A and CTRL+C and open your project CTRL+A and CTRL+V
- now the press F5 and test your program
NOTE : DON'T type ".exe"

