Visual Basic: Get the current username
Platform:
Visual Basic
Task:
Get the current username
Discussion:
Get the current username using SystemInformation
Example:
lblUserName.Text = SystemInformation.UserName
Back to Index