• Welcome to ForumKorner!
    Join today and become a part of the community.

[VB.NET] Info Grabber

CodeBreaker

Member
Reputation
0
Screen Shot:


\\CODE//
[vb] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
TextBox1.Text = System.Environment.MachineName
TextBox2.Text = My.Computer.InfSFullName
TextBox3.Text = My.Computer.InfSPlatform
TextBox4.Text = My.Computer.InfSVersion
TextBox5.Text = My.Computer.Info.AvailablePhysicalMemory
End Sub[/vb]