just thought to write this , this tutorial is about making a cpu performance meter in vb.net so lets get started
1.open visual basic 2008/2010
2.create a new project and name it whatever you want
3.now if you want to change the form text property and other thing just change them
4.add a performance counter from the toolbox and change its properties as given below
Counter Name - % Processor Time
Instant Name - Idle/0
Category Name - Thread
1.open visual basic 2008/2010
2.create a new project and name it whatever you want
3.now if you want to change the form text property and other thing just change them
4.add a performance counter from the toolbox and change its properties as given below
Counter Name - % Processor Time
Instant Name - Idle/0
Category Name - Thread