Differences between the VB6 TreeNode and .NET System.Windows.Forms.TreeNode
In working on the conversion of a VB6 Forms application to VB.NET (as mentioned in my last post), I have discovered many instances where Microsoft decided to keep the name (and sometimes even the associated syntax) of an element, while changing the functionality of the methods related to that element.One such example is that of … Read more