标签: c#
可能重复: How can I access embedded resources in a C# project?
我想从我的资源中调用第一张图片。这是我的代码:
int x = 0; pictureBox1.Image = (Bitmap)Properties.Resources.ResourceManager.GetObject(x);
有错误
无法转换为' int'到'字符串'