É Éric Moreau [VB MVP] Nov 26, 2004 #2 No but if you want to unload a form, you should use the form's Close method. -- HTH Éric Moreau MCSD, Visual Developer - Visual Basic MVP (http://aspnet2.com/mvp.ashx?EricMoreau) Conseiller Principal / Senior Consultant Concept S2i inc.(www.s2i.com)
No but if you want to unload a form, you should use the form's Close method. -- HTH Éric Moreau MCSD, Visual Developer - Visual Basic MVP (http://aspnet2.com/mvp.ashx?EricMoreau) Conseiller Principal / Senior Consultant Concept S2i inc.(www.s2i.com)
C Cor Ligthert Nov 27, 2004 #3 Maarten, One of the benefits of Net is that it has a Garbage Collector (GC) which does normally all the memory cleaing for you. One of the way to do that not well is using "End" in your programs. With a form can the method Isdisposed be usefull. http://msdn.microsoft.com/library/d...emwindowsformscontrolclassisdisposedtopic.asp I hope this helps? Cor
Maarten, One of the benefits of Net is that it has a Garbage Collector (GC) which does normally all the memory cleaing for you. One of the way to do that not well is using "End" in your programs. With a form can the method Isdisposed be usefull. http://msdn.microsoft.com/library/d...emwindowsformscontrolclassisdisposedtopic.asp I hope this helps? Cor