Visual Basic .NET Tutorial 38 - Displaying Computer information using VB...









Public Class Form1



    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click

        Label1.Text = My.Computer.Name

        Label2.Text = My.Computer.Info.OSFullName

        Label3.Text = My.Computer.Info.OSPlatform

        Label4.Text = My.Computer.Info.OSVersion

        Label5.Text = SystemInformation.UserName

        Label6.Text = SystemInformation.PrimaryMonitorSize.Height

        Label7.Text = SystemInformation.PrimaryMonitorSize.Width

        Label8.Text = My.Computer.Info.AvailablePhysicalMemory



    End Sub

End Class





-------------------------------------------------------
introduction to Visual Basic - Visual Basic
Computer Information in vb.net 
Displaying Computer information using Visual Basic.Net |
vb.net - Visual Basic System Information
What is Visual Basic? 
Getting Information about the Computer (Visual Basic)
Searches related to computer information visual basic
vb net computer information
visual basic computer language
visual basic computer herunterfahren
visual basic shutdown computer
visual basic my computer
visual basic computer name
visual basic computer sperren
VB Helper: How To Use My Computer Info to display operating
Visual Basic - Getting Hardware Information













Comments