如何将Image属性值设置为位图资源?

时间:2012-01-12 19:02:59

标签: c#

  

可能重复:
  How can I access embedded resources in a C# project?

我想从我的资源中调用第一张图片。这是我的代码:

int x = 0;  
pictureBox1.Image = (Bitmap)Properties.Resources.ResourceManager.GetObject(x);  

有错误

  

无法转换为' int'到'字符串'

你觉得这有可能吗?

0 个答案:

没有答案