Tagged Questions
4
votes
2answers
322 views
Memory/Handle/Gdi leak utility
I remember from past having a utility that would allow to leak various system resources, such as memory, handles and gdi. It had a small dialog where one would choose what to leak, it was nice for ...
0
votes
1answer
50 views
As a .NET developer, what do I need to know about GDI (objects, handles, etc.) and where can I learn about it?
Sometimes I run into errors or problems involving handles, GDI objects, etc. For instance right now I have a recurring error in one of my clients' applications that is an error creating a handle.
I ...
0
votes
1answer
271 views
GDI handles with icons . l
i have a winforms application. i have a user control with a lot of icons. the user can load this control on a form many times (in a tabbed layout). right now i am loading the icons each time the ...