I can't remember exactly but I have been getting an error like "object disposed exception" some time ago, while testing and closing my app. Do I need to dispose each object manually? Or what's the proper way of using controls / objects?
The error indicated this line in main form:
Private th As New SellerTimerHandler
I get this error hardly (I can't test it) so I wonder general idea to avoid taking up space in memory unnecessarily, not only when executing and closing but also after crashings.