Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Basic System Information in VB

Tags:

vb.net

I am new, so I do apologize for anything that I may be dong wrong.

I am busy working on a personal project, (mainly for educational purposes). I need to obtain the basic system information of the system. For example, when you right click computer, and select properties, it gives you a break down on your system in Windows.

I am programming this in VB, and would like any suggestions or information to point me in the right direction.


1 Answers

Start with the System.Windows.Forms.SystemInformation class documentation.

like image 129
Alexander Avatar answered Jul 18 '26 11:07

Alexander