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
January 22, 2012 | Filed Under Visual Basic Tutorials
Comments
22 Responses to “Start, Stop, & List Processes – C# C Sharp Visual Studio 2010”
Leave a Reply
You must be logged in to post a comment.
How did you setup your screenrecorder, how do you render and what are you recording with? Good tutorial by the way.
@winfr34k
I use camtasia studio for everything :)
@QuackWare Could you please send me your Settings? your recordings look so sharp and still smooth!
You’re a good video and tutorial maker.
thanks for the video
what mic do you use, great tutorial by the way you explain very well :D
Good tutorial, as usuall!
cheers man, awesome tutorial
love your videos! keep it up
gr8 vidz but can u pls go a bit fast i kinda feel lousy thnx
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.
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
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????
wat did u use to record?
Great Videos
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. =]
How do i kill a process if im doing it in a C# Console Application?
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!
To fill the ListView, you can simply use the ListView.AddRange() method :)
…Rather than a foreach loop :P
FUCKERDY FUCK!!! ARGH Ur going waay to fast ARGH
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 >_>
Cool.