CListCtrl *pList = GetListCtrl(self);if(!pList)returnNULL; GUI_BGN_SAVE; BOOL ok = pList->DeleteColumn(col); GUI_END_SAVE;if(!ok) RETURN_ERR("DeleteColumnfailed"); RETURN_NONE; } 开发者ID:DavidGuben,项目名称:rcbplayspokemon,代码行数:16,代码来源:win32ctrlList.cpp 示例4: Lin_Inport...