Comments
1 comment
-
Watch this tutorial that will help you identify what other changes in your code might be needed:
Part 1:
http://www.youtube.com/watch?v=yZ8dC5nlhiY
Part 2:
http://www.youtube.com/watch?v=bcM6DoCV ... re=related
Add comment
Please sign in to leave a comment.
I am using memory prolier to find out memory leaks in my application. I have used dispose to all the memory used by my form. But its still not getting disposed. It shows my form is refenrenced by system.windows.Forms.KeyEventHandler. Help me how to remove this reference.
Thanks,
Manju