Hi world,
I've a problem related of lack of memory.
Running application the memory is OK.
When I start to navigate inside the forms the momory continue increasing and an error "Out of memory" is
generated.
I thought the problem was the "not disposed bitmaps" so,
when I close the forms I'm disposing all the bitmap used but the problem have not solved.
In the application I use many System.Windows.Forms.Timer.
Sombody know if the not correct use of "Timer" can create memory problem
When I close the forms I'm setting:
Timer.Enable = False
Timer.Dispose()
for all the Timer used.
Thanks