I am investigating GDI leaks issue in one of our smart-client application.
I am looking for a tool (like tasklist) to get the GDI objects associated to a pr
It should be quite straightforward to write a program to periodically log the number of GDI handles in use by a process, using the GetGuiResources API function.