How do I get the currently signed in username in a windows forms application? The app runs on Windows Embedded Standard 7 O/S.

有帮助吗?

解决方案

You probably want Environment.UserName. See http://msdn.microsoft.com/en-us/library/system.environment.username.aspx for details.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top