摘要: [SITE]:http://www.gotreportviewer.com 这是一个专门介绍 .NET 中 Report Viewer 控件的站点,内容比较全面,里面有不少示例,有兴趣的朋友可以参考一下。以下为一写示例中的报表截图,请大家参考。 Screenshot of applications built using ReportViewer control Web Log Analy... 阅读全文
posted @ 2008-02-20 17:03 thetobase 阅读(1231) 评论(0) 推荐(0)
摘要: 刚刚编写了线程安全的代码,该方法示例执行 Windowns Forms Event Handler 跨线程 UI 调用,BindXmlDocumentToTreeView 是一个绑定 Xml 到一个 TreeView 控件的方法,其可以很好的工作于不同的线程。它首先检查 Control(TreeView)的 InvokeRequired 属性,以判断是否是与 UI 线程不同的线程调用,然后使用 TreadPool 工具,并借助 .Net 2.0 中的匿名代理,使用 TreadStart 委托。 阅读全文
posted @ 2008-02-05 09:18 thetobase 阅读(2020) 评论(4) 推荐(0)
摘要: 目前正在开发一个支持 WCF Service 的测试工具,今天忽然发生了几个类似如下的警告: Argument type 'xxx' is not CLS-compliant 看起来和我新添加的项目有关,通过 Google 找到一遍文章, http://blog.joycode.com/ghj/archive/2006/02/15/71517.aspx 这并不是正在说明我编写的代码不符合"公共... 阅读全文
posted @ 2008-01-29 17:11 thetobase 阅读(606) 评论(0) 推荐(0)
摘要: 以下站点提供了非常优秀的 UI 模式(http://www.welie.com),比如: Icon Menu Problem Users need so make a selection out of a limited set of items Solution Allow users to select a menu item by selecting an image and dis... 阅读全文
posted @ 2008-01-26 16:14 thetobase 阅读(563) 评论(0) 推荐(0)
摘要: Egeye AddIn Framework 是一个 。NET 平台上类似 OSGi 的服务框架,目前发布第一个版本,目前包括 AddIn Framework 的一个核心,一个 Console 和几个测试插件。 主要特性: 1、开源,基于 New BSD License 协议 2、在 .NET 2.0 平台实现,类似 OSGi 的服务框架 3、完全基于扩展的方式开发,支持插件生命周期管理 4... 阅读全文
posted @ 2008-01-01 08:26 thetobase 阅读(1759) 评论(8) 推荐(0)