关于C#picturebox控件如何随机加载图片问题
在做读心术的程序,但是用button控件向picturebox里随机加载图片时却报错,图片路径没有指定错。请高手指教。谢谢usingSystem;usingSystem....
在做读心术的程序,但是用button控件向picturebox里随机加载图片时却报错,图片路径没有指定错。请高手指教。谢谢 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace _111 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button2_Click(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { Random rd = new Random(); pictureBox1.Image = System.Drawing.Bitmap.FromFile("E:读心术1.1icon" + rd.Next(1,40) + " .bmp"); } } }
展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询