Get Current Computer Name

Naimishforu
Posted by Naimishforu under VB.NET category on | Points: 40 | Views : 5265
Code :

    Public Function GetComputerName() As String

'Returns the name of the computer
Return System.Environment.MachineName

End Function

Comments or Responses

Login to post response