2014-12-02 110 views
1

我移植一个VB6项目VB.net和我收到此错误"'Sorted' is not a member of 'System.Windows.Forms.ListView'"VB6到VB.net移植

System.Windows.Forms.SortOrder.Ascending 
      .Sort() 
      'UPGRADE_ISSUE: MSComctlLib.ListView property lswFloorAll_F.Sorted was not upgraded. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="076C26E5-B7A9-4E77-B69C-B4448DF39E58"' 
      .Sorted = False 

回答