Start, Stop, & List Processes – C# C Sharp Visual Studio 2010

In this tutorial I show you how to start, stop, and list processes from your machine. You can create a bunch of cool stuff from this like a program starter, a way to get rid of memory hungry programs when you are playing games, etc. WEBSITE: www.Quack-Ware.com FORUMS http FREE CODE SNIPPETS www.freecodesnippets.com


Comments

22 Responses to “Start, Stop, & List Processes – C# C Sharp Visual Studio 2010”

  1. winfr34k on December 18th, 2010 2:31 pm

    How did you setup your screenrecorder, how do you render and what are you recording with? Good tutorial by the way.

  2. QuackWare on December 18th, 2010 3:55 pm

    @winfr34k

    I use camtasia studio for everything :)

  3. winfr34k on December 18th, 2010 3:57 pm

    @QuackWare Could you please send me your Settings? your recordings look so sharp and still smooth!
    You’re a good video and tutorial maker.

  4. just0ten on December 18th, 2010 7:08 pm

    thanks for the video

  5. CandyTutorials on December 18th, 2010 10:48 pm

    what mic do you use, great tutorial by the way you explain very well :D

  6. imalwayswatchingu00 on December 19th, 2010 1:27 am

    Good tutorial, as usuall!

  7. Hakusha on December 20th, 2010 12:48 pm

    cheers man, awesome tutorial

  8. smcorrea on January 1st, 2011 3:14 pm

    love your videos! keep it up

  9. Mr123456akshay123456 on January 8th, 2011 5:46 pm

    gr8 vidz but can u pls go a bit fast i kinda feel lousy thnx

  10. LeftTechticle on January 11th, 2011 9:00 am

    Hey man great vid tutorial, but just a bit of insight: You should be using the constructor to load data not the form load, loading a control with data on” form load” can cause a control to layout many times reducing startup speeds. Also you named the Process array processList, the name indicates its of type “List” but it is an array which is very different .

    also I have an old vid on command line args you may want to take a look at.

  11. IbcGam on February 6th, 2011 2:31 pm

    hey can u show me how to make a program where i can move folders/files to diff folders and copy to different places and delete tysm <3 ur vids

  12. emely1569 on March 5th, 2011 6:52 pm

    Hi Quackware….. can you please show me how to make a program to convert the gas price in the state to the equivalent gas price in another country????

  13. wirdskins on March 11th, 2011 9:48 am

    wat did u use to record?

  14. mark73777 on April 18th, 2011 10:48 am

    Great Videos 

  15. admiraldark on July 12th, 2011 4:31 am

    So I was surfing around for C# tutorials cuz my professors aren’t indulged in teaching us deeper things. Your side comments such as explanations for arguments and parsing etc, is really helpful. After just watching two of your videos, I know I’m going to become an avid fan :) My subscription was worth it! Currently, I have a thesis study about making a logistics system. Maybe you can make a tutorial on database manipulation using xampp?

    Cheers from a 19yr old college student in Asia. =]

  16. guuss42 on September 6th, 2011 10:41 am

    How do i kill a process if im doing it in a C# Console Application?

  17. matiasvf1 on September 13th, 2011 4:33 pm

    Thanks man : )

    I’m just learning C# (first programming language)
    - can’t tell you how much this has helped

    I’ve never subscribed to something before … thanks for letting me know that it actually helps you :)
    I’m normally such a one-night-stand with you youtube bloggers xD
    i’ll start being more loyal … and you keep making videos :P
    thx!

  18. blahyourhamster on September 30th, 2011 5:42 pm

    To fill the ListView, you can simply use the ListView.AddRange() method :)

  19. blahyourhamster on September 30th, 2011 5:43 pm

    …Rather than a foreach loop :P

  20. twanajester23 on October 9th, 2011 12:47 pm

    FUCKERDY FUCK!!! ARGH Ur going waay to fast ARGH

  21. Deathfang89 on December 13th, 2011 9:19 am

    looks good; I followed along and I kept getting this error for this code:
    //lstDisplay is the name of my list view//
    ListViewItem item = lstDisplay.SelectedItems[0];

    error is:cannot implicitly convert type ‘object’ to ‘System.Windows.Forms.ListViewItem’ and they ask if im missing a type cst, but I followed everything >_>

  22. sarahxlin99 on December 31st, 2011 2:49 am

    Cool. 

Leave a Reply

You must be logged in to post a comment.

Powered by Yahoo! Answers