Need help with homework assignment. Need examples of OptionButton and CheckBox click event to set the TextBox property to "Lock," "Unlock," or to "Multiline" or "Password" text.
Printable View
Need help with homework assignment. Need examples of OptionButton and CheckBox click event to set the TextBox property to "Lock," "Unlock," or to "Multiline" or "Password" text.
text1.locked is a boolean
text1.multiline is a boolean
text1.passwordchar is a string used to replace text
example:
if you set it to "*" then all characters will be replaced with *.
On the click event of your option button you need to change the values mentioned above.
------------------
Boothman
Quote:
There is a war out there and it is about who controls the information, it's all about the information.