我现在用下面的语句向ListBox插入内容,在我插入以后如何删除ListBox里面的内容!CListBox* pLB = (CListBox*) GetDlgItem(IDC_PROCESS);
//pLB->DeleteItem(pLB);
pLB->InsertString(-1, "Begin Read Config From Regedit...");