Tuesday, 13 April 2021

【VISUAL VB.NET】Get_computer_name

 Public Class Form1

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click MessageBox.Show("Computer name: " & System.Environment.MachineName.ToString(), "GetComputername") End Sub End Class

No comments:

Post a Comment