Hello,
Im making a program which when you run it opens up a small form which asks for your password and username, if its incorrect it shows Alert message but if it's correct closes the first form and opens second form with the stuff...
so My question is - How Can I make program run like when second form opens (form2.show) first form closes (form1.close) because all the time form1.close all the program not the form?