How do I get the local machine name?
|
1
|
|
|
|
|
|
|
||||||||||
|
|
|
i found my solution, thanks |
||
|
|
|
|
From link text Four ways to get your local network/machine name:
|
||
|
|
|
You should be able to use System.Environment.MachineName for this. It is a property that returns a string containing the netBIOS name of the computer: http://msdn.microsoft.com/en-us/library/system.environment.machinename.aspx |
||||||
|
