Frage

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

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top