摘要: (Bitmap)Image.FromFile("..\\..\\res\\animal.bmp");File File1 File2 *.Exe res animal.bmp; 阅读全文
posted @ 2009-09-15 22:39 greencolor 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 是程序运行的入口点:[STAThread]staticvoidMain(){Application.EnableVisualStyles();Application.SetCompatibleTextRenderingDefault(false);Application.Run(newForm1());}单实例限制代码:[STAThread]staticvoidMain(){boolisAppRu... 阅读全文
posted @ 2009-09-15 21:43 greencolor 阅读(285) 评论(1) 推荐(0) 编辑