I have a little application I build that monitors tickets submitted. It basically just sits there in the corner and notifies when new tickets arrive. I need to get the per
Try System.Security.Principal.WindowsIdentity.GetCurrent().Name
System.Security.Principal.WindowsIdentity.GetCurrent().Name
You're looking for the Environment.UserName property.
You may also be looking for the Environment.UserDomainName property.