hello...i need help...i tried to google but it did not help much...
firstly, i want to put a password to my application in vb.net. A standard password-protected application.
that is, when the user opened the application, it prompts (maybe by a inputbox) the user for password, if password is incorrect, the application will not load.
secondly, the same situation as above, but I want it to apply to button control in interface. It's like, when user click the 'Edit Details' button, it asks the user to insert password. If the password is invalid, the user cannot proceed.
Thanks in advance. Hope you guys can help me..
firstly, i want to put a password to my application in vb.net. A standard password-protected application.
that is, when the user opened the application, it prompts (maybe by a inputbox) the user for password, if password is incorrect, the application will not load.
secondly, the same situation as above, but I want it to apply to button control in interface. It's like, when user click the 'Edit Details' button, it asks the user to insert password. If the password is invalid, the user cannot proceed.
Thanks in advance. Hope you guys can help me..