I am using a WTL list control.
when i use the control with records more than 10000, the application gets hanged, and it takes too much time. Where the same code used with commctrl's listview, i have no problem in adding any number of records.
*************** *************** *The code snippet******** *************** *
for (DWORD i = 0; i < dwCount; i++) {
LVITEM lvi = {LVIF_TEXT|LVIF _PARAM}; lvi.iItem = i; lvi.lParam...