How can this code be made in VB.NET ??
Code:m_sortMgr = new ListViewSortManager(m_list, new Type[] { typeof(ListViewTextSort), typeof(ListViewTextCaseInsensitiveSort), typeof(ListViewIntegerSort), typeof(ListViewFloatSort), typeof(ListViewDateSort) } );


Reply With Quote