随笔分类 -  C#

C#
摘要:前两天碰到了这样的错误http://alphawu.cnblogs.com/archive/2006/04/10/371747.html今天经AlexHe.cs指点、解决了、、原来需要手动添加引用、、Asp.Net里面选择“网站”--“引用”C#里面“项目”--“引用”就OK了 阅读全文
posted @ 2006-04-12 12:44 AlphaWu 阅读(332) 评论(0) 推荐(0)
摘要:涉及类: 1、 启动画面类: public class SplashForm : System.Windows.Forms.Form { private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; ... 阅读全文
posted @ 2006-04-11 11:56 AlphaWu 阅读(593) 评论(0) 推荐(0)
摘要:在c#里面使用配置文件,出现警告“System.Configuration.ConfigurationSettings.AppSettings”已过时:“This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings... 阅读全文
posted @ 2006-04-10 22:59 AlphaWu 阅读(10036) 评论(18) 推荐(0)
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 private void GenerateImagePath() 2 { 3 string Opath =@"D:\Test";//System.Config... 阅读全文
posted @ 2006-04-10 19:55 AlphaWu 阅读(3954) 评论(1) 推荐(0)