Get your Computer name using GetComputerName API
Get your Computer name using GetComputerName API
Rate Get your Computer name using GetComputerName API
(1(1 Vote))
Dim a As String * 256
x = GetComputerName(a, 256)
MsgBox Left(a, InStr(a, Chr(0)) - 1)
End
End Sub
Get your Computer name using GetComputerName API Comments
No comments yet — be the first to post one!
Post a Comment