Question
It needs to be written in C# language. In C# C# Language Processes threads ---- Forms GUI Show the names of the processes running on
It needs to be written in C# language. In C#
C# Language
Processes threads ---- Forms GUI
Show the names of the processes running on the computer with a listbox. From the menu that will open when right clicked on the process names in the listbox:
1) The number of threads the process has
2) Amount of memory used
3) Percentage of CPU used
4) Kill that process
Make sure to open a menu with options. If the user wishes, he / she will be able to call the relevant medod by selecting what he wants from this right click menu. When the related Method is called, the results will be shown in the message box.
Software Requirements
The application will be written in C # language with GUI. It should run without errors when compiled from source code.
Processes running on the computer should be listed with Listbox. (Hint: The application may need to be run as an administrator.)
There should be 4 menu items on the Right button to be made over the listbox. (Hint: Context Menu)
If the kill option is clicked on the right click menu, that process will be killed and the result message will be displayed in the message box.
Software language will be English. English characters will be used.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started