|
-
Jan 11th, 2000, 11:30 PM
#1
Thread Starter
New Member
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.
-
Jan 11th, 2000, 11:56 PM
#2
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
There is a war out there and it is about who controls the information, it's all about the information.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|