System info

Hi this is sandeep

how to get the system information using vb.net. do u have any classes for retreving the system info or we need u use specia apis. please send me some code.

Thank u




Answer this question

System info

  • jeancr

    Current IP Address could be obtained I believe from the Sockets.Net class if I remember correctly, as for the rest, you would need to look at the article link I had posted :)



  • java1974

    depends what you need to look for.

    you can get the drives/sizes etc.. using the DriveInfo class in .NET 2.0

    Most likely you would have to use the API's for Windows/Dev manager

    http://www.codeproject.com/csharp/divingsysprog1.asp



  • fishks

    I want to get the information as follows

    My system Name

    Processor name

    Processor Type

    Processor model name

    My Cpu usage

    My Virutual Memory

    My Total Free Disk Space

    My current ip address



  • System info