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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

print picture 2
reading data from web server 2
pdf files 1
store procedure 3
list of windows users 1
listview 3
without extension 2
user name 1

Back
Top