Tagged Questions
3
votes
3answers
683 views
How do I find where my .Net app is leaking Windows handles?
I've got a WinForms .Net app that runs over a lot of XPS documents (thousands) and during this run the number of handles (according sysinternals process monitor and task manager) increases by between ...
3
votes
4answers
6k views
“Error Creating Window Handle”
We're working on a very large .NET WinForms composite application - not CAB, but a similar home grown framework. We're running in a Citrix and RDP environment running on Windows Server 2003.
We're ...
1
vote
2answers
129 views
Windows handle if a control is set to visible = false (.NET)
Quick question, do controls in .NET have handles (hWnd) if they are set to invisible?
Marlon
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 ...