Thursday, October 27, 2016

Password to Text


CODES HERE

Private Sub chkConvert_Click()

If chkConvert.Value = 1 Then
txtPAS.PasswordChar = ""

ElseIf chkConvert.Value = 0 Then
txtPAS.PasswordChar = "*"

End If

End Sub

FOLLOW US

YOUTUBE CHANNEL: http://www.youtube.com/user/MrJomarflores123

OFFICIAL WEBSITE: https://jstechtutor.blogspot.com/

No comments:

Post a Comment