摘要: http://www.sellsbrothers.com/tools/This is a set of .NET, COM and Win32 tools that Chris Sells has built and contributed to the world. You may use them without royalty (and without support) in y... 阅读全文
posted @ 2008-07-18 15:33 酷歌 阅读(159) 评论(0) 推荐(0)
摘要: 获取网页内容(生成html页) 阅读全文 类别:默认分类 查看评论 阅读全文
posted @ 2008-07-18 15:33 酷歌 阅读(161) 评论(0) 推荐(0)
摘要: 经常过碰到这样的问题:程序在长时间加载或运算的时候界面会反应迟钝,处于无响应状态。如何才能防止程序(界面)的假死状态呢?一种方式是采用多线程,让长时间运算的程序在后台运行。另一种方式是单线程程序可以使用 阅读全文 类别:默认分类 查看评论 阅读全文
posted @ 2008-07-18 15:33 酷歌 阅读(268) 评论(0) 推荐(0)
摘要: 引:http://www.duduwolf.com/cmd.asp?act=tb&id=235 目录1 Pure Javascript: Application Frameworks1.1 Bindows 1.2 BackBase 阅读全文 类别:默认分类 查看评论 阅读全文
posted @ 2008-07-18 15:33 酷歌 阅读(131) 评论(0) 推荐(0)
摘要: ReadOnlyCollection 泛型类的实例总是只读的。只读集合只是一个具有用于防止修改的包装的集合;因此,如果更改基础集合,则只读集合将反映那些更改。 using System; using System.Collections.Generic; using System.Collections.ObjectModel; public class Example { ... 阅读全文
posted @ 2008-07-18 15:33 酷歌 阅读(367) 评论(0) 推荐(0)
摘要: 下面的代码示例演示如何实现自定义集合的 IEnumerable 和 IEnumerator 接口。在此示例中,没有显式调用这些接口的成员,但实现了它们,以便支持使用 foreach(在 Visual Basic 中为 for each)循环访问该集合。 using System; using System.Collections; public class Person { p... 阅读全文
posted @ 2008-07-18 15:33 酷歌 阅读(136) 评论(0) 推荐(0)
摘要: params 关键字可以指定在参数数目可变处采用参数的方法参数。 在方法声明中的 params 关键字之后不允许任何其他参数,并且在方法声明中只允许一个 params 关键字。 阅读全文 类别:c# 语言参考 查看评论 阅读全文
posted @ 2008-07-18 15:33 酷歌 阅读(316) 评论(0) 推荐(0)
摘要: WPF 制作多语言版本程序 阅读全文
posted @ 2008-07-18 11:15 酷歌 阅读(1861) 评论(1) 推荐(0)
摘要: 使用 Micorsoft Expression Blend 创建简单的动画 阅读全文
posted @ 2008-07-18 09:18 酷歌 阅读(484) 评论(0) 推荐(0)
摘要: WPF 换肤 2008-07-10 17:17 引:http://blogs.vertigo.com/personal/alanl/Blog/Lists/Posts/Post.aspx?List=d8ffd567%2Ddf86%2D4de5%2D9b5a%2D00fd... 阅读全文
posted @ 2008-07-18 09:07 酷歌 阅读(1160) 评论(0) 推荐(0)