TreeVIew with checkboxes Memory leak issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prpradip
    New Member
    • Nov 2008
    • 28

    TreeVIew with checkboxes Memory leak issue

    In article, I found that there is memory leakage in TreeView with checkboxes for .net 1.1 Found GDI leak in TreeView (anyone know about it?)
    and .net 2.0 https://connect.microsoft.com/Visual...dbackID=116815

    Is it resolved in .net 3.0 or later?
  • prpradip
    New Member
    • Nov 2008
    • 28

    #2
    No i have tested and it is still there

    Comment

    • nukefusion
      Recognized Expert New Member
      • Mar 2008
      • 221

      #3
      Very interesting, I wasn't aware of this. If you read up on this though the official line from Microsoft is the bug is with the underlying common control. Therefore it's not something that can be fixed at the .NET end as the .NET treeview is just a wrapper for the native tree view. The bug would need to be addressed with an update to the core OS file responsible - probably COMCTL32.DLL.

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        I was unaware of this as well.
        Thanks for the heads up.

        Comment

        Working...