Windows Mobile 5,C#环境
pictureBox.Image为Image型的
而在.NET CF 2.0/3.5 中System.Drawing.Image并没有Image.FromFile(string file)这样的方法。
为pictureBox加载Image.FromFile,可以通过如下方法。





Windows Mobile 5,C#环境
pictureBox.Image为Image型的
而在.NET CF 2.0/3.5 中System.Drawing.Image并没有Image.FromFile(string file)这样的方法。
为pictureBox加载Image.FromFile,可以通过如下方法。