Name of local machine
C#
6
Posts
5
Posters
0
Views
1
Watching
-
You beat me too it :-D I was just getting the reference from MSDN to provide a link. Oh well.... Here is a link anyway: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemNetDnsClassGetHostNameTopic.asp[^]
My: Blog | Photos | Next SQL Presentation WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
-
Hi, Guess the following code will help you. string hostname = ""; hostname = Dns.GetHostName(); MessageBox.Show(hostname.ToString()); Thanks and Regards SGS
-
Environment.MachineName
xacc-ide 0.0.15 now with C#, MSIL, C, XML, ASP.NET, Nemerle, MyXaml and HLSL coloring - Screenshots