摘要:
首先在项目属性--》资源--》添加资源--》添加现有文件即可 private Image bgImage; public Form1() { InitializeComponent(); bgImage = new Bitmap(Properties.Resources.shq); } protected override void OnPaint(PaintEventArgs e) { base... 阅读全文
posted @ 2010-08-03 15:43
liufei
阅读(262)
评论(0)
推荐(0)