How to get computer id?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I found some software that can get the computer id. I'm doing a project that needs to get the computer id for security. Could somebody help me and show me how to get computer id in vb.net? Thanks a bunch. John
I take it your looking for the ComputerName, or NETBIOS Name, of the computer? You can get that from the
Environment.MachineName
property.Dim compName As String = Environment.MachineName
RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome