I am building an application that needs to know who is loggin on a computer link to a network. It is a NT 4.0 network. I use the GetUserName API function and it work's Ok. My problem is when 2 u...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10093270.html
Zones:
Visual BasicDate Answered: 12/19/1998 Grade: C Views: 0
LookupAccountName works fine for me in the separate cases
of (1) local user and (2) domain user. I have a problem when
there is both a local user AND a domain user that have the
same username. ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20906294.html
I need to see a VB function like this:
Function GetAccountSIDText(Username as String, Domain as String)
'Insert Genius Here
GetAccountSIDText = sResult
End Function
SID should be converted to te...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10187272.html
Zones:
Visual BasicDate Answered: 07/30/1999 Grade: A Views: 17
Please pardon my naivete, this is my first time using the Security API.
I am writing an application that must make a trusted connection to SQL Server. Therefore, my app needs to pass a user id ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10229702.html
Zones:
Visual BasicDate Answered: 11/05/1999 Grade: A Views: 0
Hi!
I already have an application to check, if specified user is defined on local computer and I can also verify his password. To get username I use:
LookupAccountName ((LPSTR)NULL,
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20755414.htm...
Zones:
Windows MFCDate Answered: 10/28/2003 Grade: B Views: 0