The OS assigns a handle to each window it displays. When you close a .NET Windows Form you dispose it, which releases that handle back to the OS. The form still exists in memory so you can still access it but you can't show it again because it has no handle. If you want to show another form you have to create another form. That's the way it is and that's the way it's supposed to be. Noone is keeping this fact a secret so you might want to do a bit more research.



LinkBack URL
About LinkBacks




Reply With Quote



Bookmarks