上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 120 下一页
摘要: c#使用GDI+简单绘图http://blog.csdn.net/smartsmile2012/article/details/30255303NET3.5 GDI+ 图形操作1http://www.cnblogs.com/niunan/archive/2009/04/18/1438562.html 阅读全文
posted @ 2015-01-31 23:53 跟着阿笨一起玩.NET 阅读(548) 评论(1) 推荐(1)
摘要: FSLib.Extension库是一个用于.NET的扩展函数库,所提供的函数和方法均使用扩展方法引入,包含数以百计的用于日常编写程序时使用的扩展方法。 http://www.fishlee.net/soft/fishextension.net/ git来源:http://git.fishlee.ne 阅读全文
posted @ 2015-01-30 13:30 跟着阿笨一起玩.NET 阅读(761) 评论(0) 推荐(0)
摘要: 转载:http://www.cnblogs.com/igrl/archive/2010/03/29/1699975.html /// /// 播放MP3文件 /// public class Mp3Player { //定义API函数使用的字符串变量 ... 阅读全文
posted @ 2015-01-29 15:54 跟着阿笨一起玩.NET 阅读(4508) 评论(2) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Text;using System.Windows.Forms;name... 阅读全文
posted @ 2015-01-28 22:13 跟着阿笨一起玩.NET 阅读(1888) 评论(0) 推荐(0)
摘要: Visual Studio 版本互转工具http://www.cnblogs.com/flydoos/archive/2011/08/20/2146121.htmlhttp://www.cnblogs.com/zhuqil/archive/2010/05/31/SolutionConverter.h... 阅读全文
posted @ 2015-01-27 22:53 跟着阿笨一起玩.NET 阅读(374) 评论(0) 推荐(0)
摘要: 不错博客:[C#HttpHelper]官方产品发布与源码下载---苏飞版http://www.sufeinet.com/thread-3-1-1.htmlhttp://blog.csdn.net/xxj_jing/article/details/8107882http://zhoufoxcn.blo... 阅读全文
posted @ 2015-01-27 13:51 跟着阿笨一起玩.NET 阅读(3391) 评论(0) 推荐(0)
摘要: C#操作Url参数http://www.cnblogs.com/RobotH/archive/2008/11/17/1335322.html用 C# 分析 URL 中的参数信息http://www.cnblogs.com/rchen/archive/2005/06/23/179627.htmlC#获... 阅读全文
posted @ 2015-01-26 23:10 跟着阿笨一起玩.NET 阅读(4909) 评论(0) 推荐(0)
摘要: 1、 在Form中放一个控件,让其在启动时始终居中int gLeft = this.Width / 2 - groupControl1.Width / 2;int gTop = this.Height / 2 - groupControl1.Height / 2;groupControl1.Loca... 阅读全文
posted @ 2015-01-26 15:04 跟着阿笨一起玩.NET 阅读(4738) 评论(0) 推荐(0)
摘要: 官网地址:http://www.wcfstorm.com/wcf/home.aspxWCFStorm Lite 来进行接口查看及调试,如下所示。 阅读全文
posted @ 2015-01-23 18:38 跟着阿笨一起玩.NET 阅读(1167) 评论(0) 推荐(0)
摘要: 参考博客下方:http://www.cnblogs.com/wuhuacong/archive/2010/05/31/1748579.html对于一般常用到的编辑数据、新增数据窗体,分开了两个不同的窗体进行处理,而且由于BaseForm窗体没有对通用的函数进行进一步的抽象,因此,编辑及新增窗体多了很... 阅读全文
posted @ 2015-01-23 18:16 跟着阿笨一起玩.NET 阅读(8471) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 120 下一页