I want to design a simple application that show system's informations such as CPU's informations, RAM's informations and some thing like that. Can you instruct me how to do this. Thank you very much
Have a look at the system.management classes and the WMI Framework, these APIs will allow you to gather information on local and remote machines. If you go to the technet scripting centre you will find sample scripts in VBscript that you should be able to convert to managed code.
How to get system's informations
paramhans
Have a look at the system.management classes and the WMI Framework, these APIs will allow you to gather information on local and remote machines. If you go to the technet scripting centre you will find sample scripts in VBscript that you should be able to convert to managed code.
sasa_1999us
PaulOR