CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: validate user

  1. #1
    Join Date
    May 1999
    Posts
    3

    validate user

    Hi,

    Is there a function looks like:

    UserValidate(UserName, Password),

    or any way through which I can check the Nt user database to validate a given user id?

    Thanks for the help.

    Ted


  2. #2
    Guest

    Re: validate user

    Read Micro$oft Knowlege Base article Q180548 "HOWTO: Validate User Credentials on Microsoft WinNT and Win95". It even has a snippet of sample code to point you in the right direction.

    Cheers!
    Humble Programmer
    ,,,^..^,,,


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