阅读:1001回复:0
[求助]C#+Mo 怎么添加位图??
<P>我写的代码是这样的:</P>
<P>protected void LoadResources()<BR> {<BR> _imagesToolbar16 = ResourceHelper.LoadBitmapStrip(this.GetType(),<BR> "MainSystem.toolbar16.bmp",<BR> new Size(16,16),<BR> new Point(0,0)); }</P> <P>调试可以通过 后来出现异常:</P> <P>未处理的“System.ArgumentException”类型的异常出现在 system.drawing.dll 中。</P> <P>其他信息: “null”不是“stream”的有效值。</P> |
|