ISSUE #2059

    1% property 2%.NewIndex was not upgraded.

    Sample VB6

    PrivateSub Form_Load()
       MsgBox List1.NewIndex
    EndSub

    Target VB.NET

    PrivateSub Form1_Load(ByVal eventSender AsObject, ByVal eventArgs As EventArgs) HandlesMyBase.Load
       'UPGRADE_ISSUE: (2059) ListBox property List1.NewIndex was not upgraded.
       MessageBox.Show(CStr(List1.NewIndex), Application.ProductName)
    EndSub

    Target C#

    privatevoid Form1_Load( Object eventSender, EventArgs eventArgs)
    {
       //UPGRADE_ISSUE: (2059) ListBox property List1.NewIndex was not upgraded.
       MessageBox.Show(List1.NewIndex.ToString(), Application.ProductName);
    }


    Download VBUC Free Trial
    Download VBUC Now

    It's time to eradicate VB6
    ROI of eradicating VB6

    8 Proven Tips for
    Planning a Successful Migration

    8 Tips for migration