S seany Registered User. Local time Today, 15:10 Joined Sep 1, 2003 Messages 53 Aug 22, 2005 #1 Hi, Is it possible to get the user name of the current users window? Cheers Sean
ColinEssex Old registered user Local time Today, 15:10 Joined Feb 22, 2002 Messages 9,451 Aug 22, 2005 #2 You mean the version of Windows they are using? Col
S seany Registered User. Local time Today, 15:10 Joined Sep 1, 2003 Messages 53 Aug 22, 2005 #3 Hi, All the computer are on the same windows NT network with login. I want to be able to get the login name of the user? Thanks
Hi, All the computer are on the same windows NT network with login. I want to be able to get the login name of the user? Thanks
ColinEssex Old registered user Local time Today, 15:10 Joined Feb 22, 2002 Messages 9,451 Aug 22, 2005 #4 Environ("UserName") Col
ghudson Registered User. Local time Today, 10:10 Joined Jun 8, 2002 Messages 6,194 Aug 22, 2005 #5 Check out the EnvironVariables.zip sample to answer your next question. That thread has some good info about using the Environ() function.
Check out the EnvironVariables.zip sample to answer your next question. That thread has some good info about using the Environ() function.