CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Posts
    2

    Unhappy how can i get user inforamtion?

    hi
    the problem im having few problem regarding getting user information i wnat too know dat the group from which user belong
    how can i doo that.
    looking forwrd for reply

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    I haven't seen any built-in classes for this, you will probably have to use API calls.

  3. #3
    Join Date
    Jun 2002
    Location
    Philadelphia, PA
    Posts
    85
    Have you tried using the WindowsIdentity class? Here's a link to the MSDN library which has an example of how to use it.

    http://msdn.microsoft.com/library/de...edsecurity.asp

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured