3
Reply

With WinForms, which method is more efficient, close and reload or hide/show?

Gregory Viscardi

Gregory Viscardi

Mar 19 2009 5:15 PM
3.8k
When working with Windows forms in C#, is it safer/more beneficial resource-wise to completely close the form each time and reload the data when you need the form again, as opposed to just hiding the form and keeping it all in memory?

Answers (3)