listcontrolc插入列时,出现断言错误

原因:窗口还未创建,就对listcontrol进行了操作

解决方案:在初始化函数中 添加CDialogEx::OnInitDialog();

 

相关文章: