What is the best way to get the computer name as defined in the System properties?
Printable View
What is the best way to get the computer name as defined in the System properties?
This works:
VB Code:
MsgBox(Environment.MachineName)
ta.
(knew it'd be simple)... :blush: