Posts Tagged Winforms

ListView may leak with ImageLists

Your application may leak memory when using a shared ImageList with a ListView (WinForms only). In this post I will describe when the problem occurs, why it occurs and how you can prevent it from happening.

, ,

No Comments

Use Find/Replace dialogs in .NET

The .NET Framework doesn’t include support for the find/replace common dialog. This post describes how to wrap the Win32 dialog.

2 Comments