pc's current user

  • Thread starter Thread starter Hrvoje Voda
  • Start date Start date
hi
try this

WindowsPrincipal p = Thread.CurrentPrincipal as WindowsPrincipal;
string sName= GetFullName(p.Identity.Name);


regards
Ansil
Trivandrum
 
Back
Top