Hello guys. I have two forms. First form, which appear when you enter in the program, it's like a Form Intro ... ( like in C# when you enter in C# a form appear for some seconds, which there is written intro etc. ). Ok, and after 8 seconds, my first form dissapears, and a new form appears. If i close the second form, the first form remain opened.
After that 8 seconds, i tryed to put Close() / this.Close(), but the whole program is closing. So i want like after 8 seconds the first form to be closed, not just Hide.