L
Laura Stern
Guest
The code in Progress.Windows.Form does the equivalent of what C# is doing. i.e., When Dispose is called on the form, it runs the components collection and calls dispose on each item in there. I will address the Dispose/Final question under your other post. But bottom line - why do you need to override the Dispose method? Clearly you are trying to resolve your memory leak issue. What do you intend to do in the override that you think will help?
Continue reading...
Continue reading...