- 我已将图片添加到“Projects - > Resources”
- 并添加了这样的内容
this.imageList.Images.Add(AmadaWeldCam.Properties.Resources.Image1);
this.imageList.Images.Add(AmadaWeldCam.Properties.Resources.Image2);
- 和setkeyname
this.imageList.Images.SetKeyName(0,“Image1.png”);
this.imageList.Images.SetKeyName(1,“Image2.png”);
醇>
打开表单时出现以下错误
指定的参数超出了有效值的范围。参数名称:'0'不是'index'的有效值。
指定的参数超出了有效值的范围。参数名称:'1'不是'index'的有效值。
可能是什么问题?