Hello guys. I have 2 Windows Forms. Let's say, the first form is like a intro ... ( you know, when you enter in C#, a green window appears for some seconds ). Ok, i use a timer, and after 10 seconds from starting the application, i try to close the first form ( the intro/credits form ), and I open the 2nd form. Ok, it works ... but when i close the 2nd form, the program dissaper, but in Task Manager, it still appears ( the first form - the intro/credits form). That's not a big problem, but i want like, after that 10 seconds, to dissapear and from Task Manager.
I use this: this.Close();