mcclunyboy
Registered User.
- Local time
- Today, 10:41
- Joined
- Sep 8, 2009
- Messages
- 292
Hi,
I have a few forms I have password protected. This works fine because I use an input box on form load which asks for the password. however input boxes do not easily allow you to mask the input. This code was downloaded from the internet and changed to suit my application.
How can I replicate what I currently have but masking the input, I suspect I need to create a new form with a text box and a button but I don't know how to code VB so I am not sure what to do.
At the minute I have a table which contains the keycode and I just need to compare the text boxes contents to this (or a set value in the code if thats easier)
I have a few forms I have password protected. This works fine because I use an input box on form load which asks for the password. however input boxes do not easily allow you to mask the input. This code was downloaded from the internet and changed to suit my application.
How can I replicate what I currently have but masking the input, I suspect I need to create a new form with a text box and a button but I don't know how to code VB so I am not sure what to do.
At the minute I have a table which contains the keycode and I just need to compare the text boxes contents to this (or a set value in the code if thats easier)