http://support.microsoft.com/default.aspx?scid=kb;zh-CN;832769 //่ทๅ?ๅฝๅ?็ป้็จๆท็็ป้ๅ?? WindowsPrincipal wp = (WindowsPrincipal)Thread.CurrentPrincipal; string wpname = wp.Identity.Name.ToString(); int j = wpname.LastIndexOf("\\"); string userName = wpname.Substring(j+1); string domainName = wpname.Substring(0,j);
You need to create an account or log in to post comments to this site.