Re: Authenticating NT User
Using this API U Can get the Current user name
Public Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long
password...
i'll search...
Re: Authenticating NT User
I think this API will just get me the user name etc.. but what i wanted is to send the password and authenticate it....
Now i am trying with LogonUser api
Hari
Re: Authenticating NT User
take GINA in MSDN index, you might find some help.
HTH
cksiow
http://vblib.virtualave.net - share our codes