 |
Preparing Your Visual Basic 6.0 Applications for the Upgrade to Visual Basic.NET
In Visual Basic .NET Windows Forms, the Caption property of a label control is now called Text. When your code is upgraded, all instances of the Caption property are changed to Text, but because a late-bound object is type-less, Visual Basic cannot detect
msdn.microsoft.com |
 |