Anyone who sees this
We have been grappling with this problem ever since we ported to .NET.
Microsoft says that MenuItem event handlers are not garbage collected, since
they are not "closely tied" to the forms. Although they keep holding the
refrence to the forms and it causes the forms to not dispose. So the user
objects and GDI object counts keep riising.
Apparantly they dont think its an issue and the users have to add handlers
for menu item events and then remove the handlers manually.
If anyone has come across this issue and know of any other solution besides
Microsoft's then please post it.