Textbox and checkbox
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts
Page 1 of 1
Hi i need help with a problem i forgot the coding on how to use the checkbox to show charecters of password in a textbox what i am trying to do is make if checkbox1.checked then it will show password charecters, and if not checked it shows the astriks!
Thanks if you can rejog my short term memory nerner; !!
Thanks if you can rejog my short term memory nerner; !!
<a href="http://www.points2shop.com/s/xbox_point ... 5082"><img src="http://points2shop.com/images/promotion ... ricoxg.gif" border="0"/></a>
Code: Select all
Simple If CheckBox1.Checked = True Then
TextBox1.UseSystemPasswordChar = True
Else
TextBox1.UseSystemPasswordChar = False
End If

Instead of LOL use this -
LSIBMHBIWFETALOL
Which means -
Laughing silently in between my head because it wasn't funny enough to actually laugh out loud!
LSIBMHBIWFETALOL
Which means -
Laughing silently in between my head because it wasn't funny enough to actually laugh out loud!
Skillful wrote:You made it seem easier lol i been overthinking thanks!Code: Select allSimpleIf CheckBox1.Checked = True Then TextBox1.UseSystemPasswordChar = True Else TextBox1.UseSystemPasswordChar = False End If
!
guess i am just tired :/
<a href="http://www.points2shop.com/s/xbox_point ... 5082"><img src="http://points2shop.com/images/promotion ... ricoxg.gif" border="0"/></a>
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023