如题。

解决方案 »

  1.   

    this.pictureBox1.Image=imageList1.image[0]System.Reflection.Assembly    
    thise=System.Reflection.Assembly.GetExecutingAssembly();    
    System.IO.Stream   file=thise.GetManifestResourceStream("");   
    this.pictureBox1.Image=Image.FromStream(file);   
      

  2.   

    图片是动态的
    pictureBox1.Image = Image.FromFile("C:\\abc.gif");
      

  3.   

    我要的是从imagelist的图片调用到picturebox,而不是添加图片到资源文件来实现的啊
      

  4.   


    imagelist不支持动态的GIF图片