资源文件的简单使用

    技术2022-05-20  41

    Assembly thisExe; thisExe = System.Reflection.Assembly.GetExecutingAssembly(); System.IO.Stream file = thisExe.GetManifestResourceStream("winform.hhh.GIF"); this.pictureBox1.Image = Image.FromStream(file);

      

     

     


    最新回复(0)