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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top