If you assign a string that is longer than the current value of the MaxLenght property, VB6 automatically trims the value to MaxLength characters, whereas VB.NET doesn’t.
VB Migration Partner correctly replicates the VB6 behavior under .NET.