[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]
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…