c# 中通过 MouseEnter 和 MouseLeave 事件触发 使picturebox的BackgroudImage发生改变。

2024-12-20 06:05:45
推荐回答(2个)
回答1:

你的代码没有问题,如果图片不能变化,有两种可能,一、imageList1.Images[1]为空,程序有异常;二、pictureBox1.BackgroundImage 的初始值和imageList1.Images[1]一样或者说imageList1.Images[0]和imageList1.Images[1]是同一图片

回答2:

pictureBox1.BackgroundImage=Image.imagesList1.images[1];