CsharpHome  

2010年11月8日

摘要: http://www.cnblogs.com/moss_tan_jun/archive/2010/09/09/1822637.html 阅读全文
posted @ 2010-11-08 14:20 CsharpHome 阅读(97) 评论(0) 推荐(0)
 
摘要: protected override void OnPaint(PaintEventArgs pe) { System.Drawing.Drawing2D.GraphicsPath shape = new System.Drawing.Drawing2D.GraphicsPath(); shape.AddEllipse(0, 0, this.Width, this.Height); this.Re... 阅读全文
posted @ 2010-11-08 10:43 CsharpHome 阅读(100) 评论(0) 推荐(0)
 
摘要: http://www.cnblogs.com/ubosm/archive/2010/11/02/1867409.html 阅读全文
posted @ 2010-11-08 10:26 CsharpHome 阅读(139) 评论(0) 推荐(0)
 
摘要: 1 创建用于反射使用的DLL新建一个C#类库项目,拷贝源代码如下,编译生成DLL(假如DLL的文件名是TestReflect.dll)1usingSystem;23namespaceWebtest4{5/**////<summary>6///ReflectTest的摘要说明。7///</summary>8publicclassReflectTest9{10publicRef... 阅读全文
posted @ 2010-11-08 09:39 CsharpHome 阅读(216) 评论(0) 推荐(0)