S
Stephen Costanzo
When I log onto my workstation, I select my system domain (KRUSTY -- can you tell we have simpson fans as networking??) and my user name, so when I look at the CTRL+ALT+DEL screen it is KRUSTY\scostanz. However when I do
sTemp = Environment.UserDomainName & "\" & Environment.UserName
sTemp is = "SCOSTANZO-XP\scostanz" which is my computer name and my user name. Is there another namespace I should be hitting? I remember that there was an API as well in VB 6.
Thanks in advance.
sTemp = Environment.UserDomainName & "\" & Environment.UserName
sTemp is = "SCOSTANZO-XP\scostanz" which is my computer name and my user name. Is there another namespace I should be hitting? I remember that there was an API as well in VB 6.
Thanks in advance.