2008年4月16日
摘要: 其实很简单首先添加背景图片到所在工程,设置为嵌入式资源。接着获取嵌入式图片资源,覆写OnPaint绘制背景。 private Image bgImage; public FormBase() { bgImage= new Bitmap(Assembly.GetExecutingAssembly().GetManifestResourceStream("CMc... 阅读全文
posted @ 2008-04-16 17:31 tatung zhang 阅读(917) 评论(0) 推荐(0)