Get Computer Name Using VB6
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
Or you can use the Windows Scripting Host to get it.
Dim WshNetwork As Object
Set WshNetwork = CreateObject("WScript.WshNetwork")
MsgBox WshNetwork.ComputerNameA guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007