L
lpinho
Hi All,
I'm a bit new to the windows forms world, about 95% of my work is
service related, I usualy make console applications, no graphic
interface, the maximum interaction with client is "Press X to stop
application".
Now, in the windows forms world my application gets bigger and bigger
whenever I open and close a window (I'm making a MDI application)
What I mean is, the number of GDI objects, the number of handles
raises, the VM memory, what must I do? Should .NET framework take care
of disposing all the graphic object no longer in use?
If not, what can I do to prevent this?
In my company we use Rational Purify to search for mem leaks in C++ or
C can I use it to check leaks in C#?
Thanks for all the help you can give me,
Luis Pinho
I'm a bit new to the windows forms world, about 95% of my work is
service related, I usualy make console applications, no graphic
interface, the maximum interaction with client is "Press X to stop
application".
Now, in the windows forms world my application gets bigger and bigger
whenever I open and close a window (I'm making a MDI application)
What I mean is, the number of GDI objects, the number of handles
raises, the VM memory, what must I do? Should .NET framework take care
of disposing all the graphic object no longer in use?
If not, what can I do to prevent this?
In my company we use Rational Purify to search for mem leaks in C++ or
C can I use it to check leaks in C#?
Thanks for all the help you can give me,
Luis Pinho