Tagged Questions

3
votes
3answers
106 views

Using statement around dialog form to ensure garbage collection

We have a Windows Forms application that contains thousands of forms. Many of these are temporarily displayed as dialogs via the ShowDialog() method. This application has been around for years and ...
2
votes
3answers
230 views

Hundreds of custom UserControls create thousands of USER Objects

I'm creating a dashboard application that shows hundreds of "items" on a FlowLayoutPanel. Each "item" is a UserControl that is made up of 12 or labels. My app queries a database and then creates an ...