To get information related to users , you maybe need these function
VB Code:
  1. Environment.UserDomainName()
or
VB Code:
  1. SystemInformation.UserDomainName()


and
VB Code:
  1. SystemInformation.UserName

As for the password , I'm afraid you would need a lot of code related to security and permissions and could be some APIs .