猿问

windows ce pictureBox1.image如何指定图片

Bitmap bm = new Bitmap("E:/Setup_EXE/WindowsFormsApplication1/bin/Debug/watermark.bmp"); //显示其他的图片

     this.pictureBox1.Image = Image.FromHbitmap(bm.GetHbitmap());

这样错误,应该怎么改正?


MMMHUHU
浏览 504回答 1
1回答

慕无忌1623718

写成一行就可以了吧:this.pictureBox1.Image = new Bitmap("E:/Setup_EXE/WindowsFormsApplication1/bin/Debug/watermark.bmp");不过CE里好像没有盘符吧?你不会是写的PC上的路径到CE上运行吧.
随时随地看视频慕课网APP
我要回答