Get the User Name of a person logged into a particular machine in Windows NT
Get the User Name of a person logged into a particular machine in Windows NT
API Declarations
Dim counter As Long, s As String
Dim dl As Long
Rate Get the User Name of a person logged into a particular machine in Windows NT
(1(1 Vote))
s = String(counter, 0)
dl = GetComputerName(s, counter)
Text1.Text = Left(s, counter) 'gets the name of the user in a textbox
Get the User Name of a person logged into a particular machine in Windows NT Comments
No comments yet — be the first to post one!
Post a Comment