Hey guys just a quick question! In vb (the good o'l days) i used to be able to just change the projects attributes so the application would exit when LAST form closes. I cant do this in c# for some reason. The only way i've been able to find to keep the application open whilst switching between forms is using the "this.hide, form2.show"
However, i feel this could be bad for performance (ram, cache) in the long run as if many forms are opened, is the program not going to be pulling more and more resources in order to keep all forms open?!
Any help would be greatly appreciated. Thanks, Nick
However, i feel this could be bad for performance (ram, cache) in the long run as if many forms are opened, is the program not going to be pulling more and more resources in order to keep all forms open?!
Any help would be greatly appreciated. Thanks, Nick