Skip to content
C#代码调用Resource.resx

山里来了攻城狮 | WILDLION

Welcome.

  • Home
  • IT
  • Server
    • Linux
    • Windows
  • Life
  • Links
  • Contact

Tag: C#

C#代码调用Resource.resx

网上找半天,怕脑子记不住写下来好了.

System.Resources.ResourceManager rs = new System.Resources.ResourceManager(typeof(Properties.Resources)); //建立资源对象
pictureBox1.Image = (System.Drawing.Image)rs.GetObject("img1");//获取资源图片
Posted on 2015/11/302015/11/30Author Blogger OwnerCategories ServerTags C#Leave a comment on C#代码调用Resource.resx 1,773 views
Contact © 2025 山里来了攻城狮 | WILDLION | sitemap