H Hughs Man Oct 15, 2005 #1 I am writing an application using vb.net And now I want to retrieve the windows login user name How I can do so ?
I am writing an application using vb.net And now I want to retrieve the windows login user name How I can do so ?
S Siva M Oct 15, 2005 #2 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 ?
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 ?
H Herfried K. Wagner [MVP] Oct 15, 2005 #3 Hughs Man said: And now I want to retrieve the windows login user name Click to expand... 'Environment.UserName' 'SystemInformation.UserName' 'WindowsPrincipal.Identity'
Hughs Man said: And now I want to retrieve the windows login user name Click to expand... 'Environment.UserName' 'SystemInformation.UserName' 'WindowsPrincipal.Identity'