L
Laura Stern
Guest
In general if the object inherits from .NET, it won't go away unless .NET garbage collects it. Though I believe that for a form, if it gets disposed (which it should be if you closed it), we will clean it up. But this won't happen until we call .NET again for something else.
Continue reading...
Continue reading...