Crie Um Label E Adicione Este Codigo
Let's Create A Label With The Computer Name From User
Create A Label And Pult This Code
- Code:
Dim NameComputer As String 'Nome Da Variavel
NameComputer = Environment.MachineName 'Environment.MachineName Nome Local Da Maquina
Label1.Text = NameComputer ' NameComputer Nome Da Variavel que contem o Codigo