Computer Name

  • Thread starter Thread starter Huw Lloyd
  • Start date Start date
H

Huw Lloyd

How do i get the name of the computer from within my Windows VB.Net
application?

Is there a property that I can use?

Thanks in advance
 
yes there is, you will find all you need within the
sealed class "System.Environment", the computer name is
System.Environment.MachineName

daniel.
 
Back
Top