No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hi! I have a big problem that I really hope experts from this sub-forum would make it small. [B]Scenario:[/B] The new PC (see specs below) was recently been installed with the OS and I gave the user a limited account (administrator accounts are password protected for my use). The machine …
Try making a function that would encrypt and decrypt passwords. Instead of typing the password in your inline code, [B]type the encrypted password but as a parameter to a decrypting function. [/B] This is how I do it.. [code=VB.NET] Dim password as String = decrypt("XC^A&S423@$") If txtPassword.Text <> password Then …
The End.