May 2010
Intermediate to advanced
1272 pages
61h 18m
English
My.Computer provides the ability of retrieving information on the current machine. The first information is the machine name, which is available from My.Computer.Name, a property of type String. Second is the My.Computer.Info property of type Microsoft.VisualBasic.Devices.ComputerInfo, which collects information such as the total and available memory, both physical and virtual or the name, platform, and version of the operating system. The following code shows how you can get some information on the system:

My.Computer also exposes a Clock property that offers three subproperties: GmtTime that returns the local date ...
Read now
Unlock full access