Disferente
Programmer
I have made a program that is drawing something every second and I noticed that everytime it draws something the memory usage of the program increases, is there anyway of preventing this?
I use Me.CreateGraphics.FillRectangle with a solidbrush that I dispose of after every time.
I use Me.CreateGraphics.FillRectangle with a solidbrush that I dispose of after every time.