The Caption property is renamed as Text.
There is also an additional minor difference: under VB6, any carriage-return (ASCII 13) character splits text on two distinct lines; under VB.NET you need a full CR-LF pair (that is, ASCII 13 + ASCII 10) to split text on multiple lines. VB Migration Partner correctly accounts for this detail.