摘要: 最近写一个小程序,要将很多图片随机显示在屏幕上(不限次数),一开始是想在线程中死循环执行,后来错太多改成了在time控件上的事件上执行。问题开始了1.p.Load("C:\\Documents and Settings\\Administrator\\My Documents\\My Pictures\\img\\image\\xiao.gif");这是最开始的代码,报错GDI+ 中发生一般性错误s,一看懵了,这是啥子错误没见过啊,后来查了一下PictureBox p = new PictureBox(); string aa = "D:\\imgs\\img\\ 阅读全文
posted @ 2011-09-14 23:54 班哥静听 阅读(307) 评论(0) 推荐(0) 编辑