Asked By Marc Ambrosius
25-Jan-07 05:43 AM
If you make use of Controls.Add() and Controls.Remove(), your control leaves
a reference in a static list and therefor the memory cannot be released by
GC. Please read the following blog entry to get for information:
http://blog.opennetcf.org/afeinman/CommentView,guid,9999cdb7-507c-4ca3-ad7d-8977079e1de4.aspx
I am not sure if everything is still true for .NETCF 2.0, but it is a good
idea anyway to dispose Controls and Forms.
Marc