Hello Everybody,
Need abit of help in my code:
Basically I have two forms, namely form1 for Login and form2 is the actual application.
The first issue I had was hiding the form1(login-screen) after a successful login which I was able to do by declaring
Hide();
Now the issue is when I exit the application(form2), which I am able to but the form(login) is still running.
So, my question is could somebody please advice on how to overcome this issue?
N.B: Please P.S.A