提示你一下,要用到imageList这个控件它有个Iamges属性,用来添加图片定义个全局变量int i = 0;在Button的单击事件中放上这句 this.BackgroundImage=imageList1.Images[++i];
先定义一个变量a 。如a=0;在Button的单击事件中a++;Button1.BackgroundImage=imageList1.Images[a];