index
>
Windows Forms General
> Getting User's Windows Groups
Getting User's Windows Groups
The following return the the current user.
Dim PPSUser As String = System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString()
How can you get the Groups the current user is a member of?
MigrationUser 1 Monday, May 17, 2004 1:47 PM
I would like to add:
How do you get the First Name, Last Name, Display Name which are all properties of the User?
MigrationUser 1 Monday, May 17, 2004 4:11 PM
You can use google to search for other answers
Custom Search
More Threads
An unhandled exception of type 'System.NullReferenceException'
TextRenderer and TextRenderingHint
select value in listbox please help urgent
Please help me fix my Find and Find Next controls. Im so close!!
Does WebBrowser control in .net 2.0 support blocking pop-up windows?
Referencing a Form's method from an assembly in the same Namespace
VS 2005 XPS C# - WebBrowser control not opening https:// sites
OpenFileDialog
Let's kill a PDF!!!
Tooltip in a Listview is blinking
Home
Copyright 2009-2010 by windowsdevelop.com All rights reserved