01 2007 档案
wpf的Theme
摘要:My buttons are classicForcing a Particular Theme in a WPF Apphttp://msdn2.microsoft.com/en-us/library/system.windows.controls.button_members.aspx 阅读全文
posted @ 2007-01-31 16:10 stswordman 编辑
异步数据绑定
摘要:wpf异步数据绑定 阅读全文
posted @ 2007-01-31 09:21 stswordman 编辑
Animation Guidelines
摘要:Rob Relyea 在文章中阐述了他对于在wpf中使用动画的建议 Animation Guidelines Here is a snapshot of the animation section of the Ux (User Experience) Guidelines for WPF: Animations There are five basic types of a... 阅读全文
posted @ 2007-01-30 15:00 stswordman 阅读(342) 评论(0) 推荐(0) 编辑
微软推出wcf和wpf的HOL了吗
摘要:有谁知道下载地址啊?谢谢 阅读全文
posted @ 2007-01-26 18:36 stswordman 阅读(608) 评论(2) 推荐(0) 编辑
Excel Services OverView系列--3使用Excel Web Services操作Excel工作薄
摘要:Excel Web Services(以后简称EWS)位于整个Excel Services的前端(可以参考我之前的文章)。它提供了开发Excel的接口。从名字可以看出,EWS也属于WebService的一种,所以我们可以像使用普通的WebService那样使用它。要想调用EWS,先要知道它的地址,这取决于MOSS的设置。假如MOSS的名称为ServerName,那么对应的EWS地址就是: http... 阅读全文
posted @ 2007-01-25 09:48 stswordman 阅读(5761) 评论(8) 推荐(1) 编辑
Pivot Table 概念介绍
摘要:Excel Pivot Table Fundamentals I won't try and hide the fact from you that I am a big fan of Pivot Tables. I use them a lot in the development of Spreadsheets for my clients. Once the client sees... 阅读全文
posted @ 2007-01-24 11:30 stswordman 阅读(6036) 评论(0) 推荐(0) 编辑
请问博客园有“浏览者ip记录”的功能嘛
摘要:请问博客园有“浏览者ip记录”的功能嘛 谢谢 阅读全文
posted @ 2007-01-19 10:51 stswordman 阅读(506) 评论(2) 推荐(0) 编辑
Excel Services OverView系列--2使用Excel Web Access技术在线浏览Excel工作薄
摘要:之前的文章介绍过,我们可以通过Excel Services将Excel发布到SharePoint Server上,让用户在线地浏览Excel工作薄,如果有需要的话,还可以进一步地进行设置,允许用户与Excel工作薄交互。也可以编写应用程序与其交互。 要想使用Excel Services,您首先要启动MOSS中的Excel Calculation Services服务,并且保证存放Excel文档的目... 阅读全文
posted @ 2007-01-19 10:07 stswordman 阅读(10221) 评论(22) 推荐(1) 编辑
Excel Services OverView系列1:什么是Excel Services
摘要:Excel Services是MOSS2007中一种新的服务器端技术。它构建于ASP.NET和Microsoft Windows SharePoint Services 3.0技术之上。 看了名字就能知道,Excel Services不是单独的一个东西(复数形式嘛:),实际上它是由3个组件构成的: 1. Excel Web Access 2. E... 阅读全文
posted @ 2007-01-18 17:52 stswordman 阅读(8659) 评论(7) 推荐(1) 编辑
为什么我的MOSS 2007里找不到Excel Calculation Services
摘要:请教一个问题,我在"Services on Server"页面里找不到Excel Calculation Services这是为什么啊?是不是我安装的版本有问题啊,我安装的版本是Microsoft Office SharePoint Server 2007 英文180天评估版下载 请各位指点,谢谢谢谢 阅读全文
posted @ 2007-01-13 22:33 stswordman 阅读(981) 评论(1) 推荐(0) 编辑
How do I sort groups of data items?(WPF)
摘要:CollectionViewSource 分组 排序 阅读全文
posted @ 2007-01-08 18:32 stswordman 阅读(1753) 评论(0) 推荐(0) 编辑