C# – First steps with C# and .NET – part 005 .

This is a simple example for C# project with form windows.
Create the project and add four labels, two progress bar, timer, two performance Counter and a chart from the Toolbox menu area to your project Form.
Change the performance Counter pCPU and pRAM names.
Change the timer name the timer.
Add the timer_Tick to the timer.
Change the name of the chart to output_chart.
Add series to the chart and named CPU and RAM.
Two labels come with the text: CPU and RAM.
Next two labels come with an output of progress bar vales and are named: lblRAM and lblCPU.
The result can be found on the Download – Application menu website area and is named SysFT.
The source code for this project is this:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.