Hi there,
I am currently having trouble with one thing. I am working on application which should work like this:
When I open it the login_form shows up, I insert login information and then it opens the main_form and gives it the login information and disappears.
The problem here is that if I run application with Application.Run(new Form2()); I cannot either Hide or get rid of the login window. And If I close the main_form application keeps running until I close the login_form.
I guess that whole concept I'm using is wrong so is there a waz to this< Thx in advance"