Link to home
Start Free TrialLog in
Avatar of Chris Miller
Chris MillerFlag for United States of America

asked on

GUI Password/account code update

I have this code and I want to be able to add the password in the text box.

First Question:
https://www.experts-exchange.com/questions/21798521/GUI-Password-account-reset.html

Private Sub Command1_Click()
    If(Text1.Text <> "") Then
        Shell "NET USER " & Text1.Text & " A123@45b /domain"
    End If
End Sub

Basically I want to be able to type in any generic password.
ASKER CERTIFIED SOLUTION
Avatar of Harisha M G
Harisha M G
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Chris Miller

ASKER

mgh mgharish,

Thanks
You are welcome :)

Thanks for the grade !