How to get Windows logon name

  • Thread starter Thread starter Hughs Man
  • Start date Start date
H

Hughs Man

I am writing an application using vb.net
And now I want to retrieve the windows login user name
How I can do so ?
 
Environment.UserName


I am writing an application using vb.net
And now I want to retrieve the windows login user name
How I can do so ?
 
Hughs Man said:
And now I want to retrieve the windows login user name

'Environment.UserName'
'SystemInformation.UserName'
'WindowsPrincipal.Identity'
 
Back
Top