![]() |
Password "Form"
I've created a form that comes up when my main form is terminated
which requires a password to be entered until the forms are shut down. There is probaby a better way of doing this as I did, but it works. My only problem is that although I have changed the text colour in the textbox to white (so people cannot see what is being typed (white on white)) it is still possible to copy and paste the white text into another program to change the colour so it can be read) Is it possible to actually encrypt the text so they are just "*******"? Cheers... -- The Zero ST |
Password "Form"
Is this a userform (created in the VBE)?
If yes, then select the textbox, and hit F4 to see its properties. Change the .passwordchar property to an asterisk. Craig Coope wrote: I've created a form that comes up when my main form is terminated which requires a password to be entered until the forms are shut down. There is probaby a better way of doing this as I did, but it works. My only problem is that although I have changed the text colour in the textbox to white (so people cannot see what is being typed (white on white)) it is still possible to copy and paste the white text into another program to change the colour so it can be read) Is it possible to actually encrypt the text so they are just "*******"? Cheers... -- The Zero ST -- Dave Peterson |
Password "Form"
On Thu, 17 May 2007 16:12:36 -0500, Dave Peterson
wrote: Is this a userform (created in the VBE)? If yes, then select the textbox, and hit F4 to see its properties. Change the .passwordchar property to an asterisk. Oops didn't even see that bit! Cheers.... -- The Zero ST |
All times are GMT +1. The time now is 09:24 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com