使用如下代码,为何不能完全删除CImageList中所有的图片 for (int i = 0; i <

毕设助手 毕业设计 1

使用如下代码,为何不能完全删除CImageList中所有的图片

for (int i = 0; i < m_myImageList.GetImageCount(); i++)
{
  m_myImageList.Remove(i);
}

回复

共1条回复 我来回复
  • 毕设港湾
    这个人很懒,什么都没有留下~
    评论

    0

    Remove会改变GetImageCount的结果, 你这个for循环相当凶险

    0条评论

发表回复

登录后才能评论