06-21-2011, 01:23 PM
(This post was last modified: 06-21-2011, 10:49 PM by Slurms Makenzi.)
List all Processes and Kill them!
Tutorial by: Slurms Makenzi
-------------------------------------------
1. Open VB 2008+ & Create new project (make sure you select Windows Forms Application)
2. Modify your application to your liking.
3.
4. Create a new sub with this text
5. Button 1 & 2
6. Context Menu Strip
7. Set ListBox1 Context Menu Strip To ContextMenuStrp1
8. Debug, Click show processes.
9. To end, right click on the process and click end. Then press update!
10. Any questions? Hit me up with a pm!
Thanks!
-Slurms Makenzi
Tutorial by: Slurms Makenzi
-------------------------------------------
1. Open VB 2008+ & Create new project (make sure you select Windows Forms Application)
2. Modify your application to your liking.
3.
- Add 2 Buttons
- Button1.text = "Load Process"
- Button2.text = "Update"
- Add Context MenuStrip
- Context Menu Strip First Item: End Proces
- Add A Listbox
- Add A Textbox
- Add 1 Label
- Label1.text = "Number of processes running:"
4. Create a new sub with this text
5. Button 1 & 2
6. Context Menu Strip
7. Set ListBox1 Context Menu Strip To ContextMenuStrp1
8. Debug, Click show processes.
9. To end, right click on the process and click end. Then press update!
10. Any questions? Hit me up with a pm!
Thanks!
-Slurms Makenzi