|
-
Jun 20th, 2001, 02:21 AM
#1
Thread Starter
Addicted Member
VB vs. Windows 2K
How can I change password of account in NT or 2000 by using VB?
-
Jun 20th, 2001, 06:22 AM
#2
This came from the VB6 API viewer. I haven't tested it and if may have changed in Win2k.
Public Declare Function NetUserChangePassword Lib "Netapi32.dll" (Domain As Any, User As Any, OldPass As Byte, NewPass As Byte) As Long
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|