J John Mar 26, 2008 #1 Hi How can I get the windows login name and workstation name using vb.net? Thanks Regards
R rowe_newsgroups Mar 26, 2008 #2 Hi How can I get the windows login name and workstation name using vb.net? Thanks Regards Click to expand... www.google.com Learn to use it. Thanks, Seth Rowe [MVP]
Hi How can I get the windows login name and workstation name using vb.net? Thanks Regards Click to expand... www.google.com Learn to use it. Thanks, Seth Rowe [MVP]
K kimiraikkonen Mar 26, 2008 #3 Hi How can I get the windows login name and workstation name using vb.net? Thanks Regards Click to expand... John, Use "My.User.Name" to get current user logged onto Windows. and Use "My.Computer.Name" to get computer name. and Use "My.Computer.Info.OSFullName" to get operating system's name. Regards, Onur Güzel
Hi How can I get the windows login name and workstation name using vb.net? Thanks Regards Click to expand... John, Use "My.User.Name" to get current user logged onto Windows. and Use "My.Computer.Name" to get computer name. and Use "My.Computer.Info.OSFullName" to get operating system's name. Regards, Onur Güzel