English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

An output of program and code in visual basic 6.0 in coding password

2006-08-15 19:24:20 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

there are great examples at Planet Source Code. http://www.pscode.com - just type in "password" and filter to VB-6

2006-08-15 19:30:59 · answer #1 · answered by Richard H 7 · 0 0

hi, I think this code helps U
in form load u can type this code after selecting a textbox its name defaultly as text1



Private Sub Form_Load()
Text1.PasswordChar = "*"// use can use *,#...as u like
End Sub

2006-08-16 08:30:01 · answer #2 · answered by india_kakinada 2 · 0 1

fedest.com, questions and answers