Blog Post


Biyernes, Marso 6, 2015

Visual Basic 6.0 : Password To Text

Sample Codes Here:

Private Sub chkConvert_Click()

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

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

End If

End Sub
Watch video below

0 (mga) komento:

Mag-post ng isang Komento