Verify windows account

  • Thread starter Thread starter Andrea Temporin
  • Start date Start date
A

Andrea Temporin

I would like to grant access to my application with the same user of
Windows.
How can I verify user and password with those of the system?
Now we are using LogonUser API but it works only if the user is one of the
administrator group of the PC.

Thanks
Andrea
 
I was trying to do the same thing in VB.NET for a Windows 2000 Pro machine, but it always returns zero (failure).
 
Back
Top