111,098
社区成员




Application.StartupPath
取路径
不同程序不知道System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
System.Drawing.Image myimg = ((System.Drawing.Image)(resources.GetObject("mybtn.Image")));
[/quote]
看不懂。。
mybtn.Image这个是什么意思呢System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
System.Drawing.Image myimg = ((System.Drawing.Image)(resources.GetObject("mybtn.Image")));