torisch
Newcomer
Hi!
There is probably a simple solution to this question, but i have not been able to make it out.
I have an application that runs in mainform.vb. To log in to it, the user have to authenticate with username and passwd, which I ask for in a separate form called from form load. This form will be called again and again until the user types a correct user/passwd combination. My trouble is how I can close the entire application from the cancel button on the loginform. Now the user have to kill the application in Windows if he does not have the right user/passwd combination.
--
Tor Inge Schulstad
There is probably a simple solution to this question, but i have not been able to make it out.
I have an application that runs in mainform.vb. To log in to it, the user have to authenticate with username and passwd, which I ask for in a separate form called from form load. This form will be called again and again until the user types a correct user/passwd combination. My trouble is how I can close the entire application from the cancel button on the loginform. Now the user have to kill the application in Windows if he does not have the right user/passwd combination.
--
Tor Inge Schulstad