When I press the next button on my program it closes the 1st form and opens the 2nd form and so on. How come the other forms don't exit the application when you press the "X" in the upper right corner? Only the 1st form does. Thanks in advance.
New Form Exits Program
Collapse
X
-
Tags: None
-
you have to use UNLOAD form1, UNLOAD form2, etc. unless you are using VB.NET which is a bit different.Originally posted by gumdealer328When I press the next button on my program it closes the 1st form and opens the 2nd form and so on. How come the other forms don't exit the application when you press the "X" in the upper right corner? Only the 1st form does. Thanks in advance. -
-
-
It's possible the .Net forum will be able to help. But the line is a bit blurred. After all, VB.Net is still VB. We handle all flavours of VB here.Originally posted by jacobevansThen you should be in the .NET forum.
It wouldn't hurt to try the .Net forum, though.Comment
-
-
On the application options windows, the one thats opens up when you double click the:
my project - in solution explorer.
there is an option called shutdown mode mayb that will help you.
JamesComment
Comment