When I added a large number of items(for example, 100000) into a listctrl, it
took more than 3 minute. And when I deleted all the items in this listctrl by
using DeleteAllItems(), it took almost 15 minutes. I already called SetRedraw(
FALSE) before doing these. My PC is PII 450 with 128M memory and the system is
Win98. Does anybody know how to resolve this problem?