Public Function GetComputerName() As String 'Returns the name of the computer Return System.Environment.MachineName End Function
Login to post response