将Resource中的图片资源动态绑定到PictureBox中:

//CurrentCommunication为解决方案的名字,dynamic为图片的名字

pictureBox1.Image = CurrentCommunication.Properties.Resources.dynamic;

原文地址:https://www.cnblogs.com/zhanglei93/p/4762090.html