Closing window shuts app down

bonedoc

Well-known member
Joined
May 4, 2006
Messages
112
Programming Experience
Beginner
I created an app (A) that was just one form. When I was done, I went to another ;arge app of mine and did "add existing item" and inserted my small app (A) that I just created. Everything works great...but when I close the form that contains my little app (A), it shuts eveything down. I went to the properties of my large app...and everything seems normal. It says to close down when my main form closes. Why would this new form cause everything to shut down?
 
I did not specifically put that in there, but I will check. All I did was build an app and then add it into another app. The windows form designer did most of it.
 
It seems your terminology is a little confusing. Are you adding the app [my little app (a)] or the form from that app?

An app (application) is usually referring to a compiled exe. :)
 
The app A was only one form, so I added it as an existing item. The problem was I had a me.close event that is no longer there. Works good now.
 
Back
Top