标签: c# image replace picturebox
我需要在程序运行时替换 图片框 中的图像。但是我不能,我使用与上次使用代码相同的方法。
首先我做了一个字符串String Test123 = @"Icons\test.ico"; 然后在代码pictureBox_Test.ImageLocation = Test123;
String Test123 = @"Icons\test.ico";
pictureBox_Test.ImageLocation = Test123;
当我激活两行时,出现错误图像
应该将pictureBox_Test中的图片替换为文件test.ico
pictureBox_Test
test.ico