Home » Questions » Computers [ Ask a new question ]

Can I do anything to mitigate GDI resource leakage in Windows?

Can I do anything to mitigate GDI resource leakage in Windows?

There's a problem on all Windows systems that there's a limitation on graphical primitives that can be used system-wide. Which leads to the following: once I've started several (actually something like 25+) GUI-rich apps like Visual Studio or Internet Explorer I can't open any more windows - depending on how the application reacts to this either nothing happens or an error is reported.

Asked by: Guest | Views: 259
Total answers/comments: 1
Guest [Entry]

"Take a look at this MSDN article. It explains how to increase the limit of GDI objects in your system

This MSDN article explains how to increase the limit of User object."