Hi everybody!
well, this works great on a non Windows Mobile:
string user = WindowsIdentity.GetCurrent().Name.ToString();
but, what I am looking for is how to get the name of the user on a Windows Mobile 5.0 and higher!
I tried the search feature, but unfortunately didn't find anything yet!
Thanks in advance.