随笔-103  评论-242  文章-2  trackbacks-11
  置顶随笔
     摘要: WPF Unleashed 翻译目录  阅读全文
posted @ 2007-07-02 10:54 stswordman 阅读(749) | 评论 (2)编辑
  2008年7月10日
     摘要: 输出特定表的Insert存储过程  阅读全文
posted @ 2008-07-10 11:26 stswordman 阅读(29) | 评论 (0)编辑
  2008年5月14日
posted @ 2008-05-14 18:44 stswordman 阅读(79) | 评论 (2)编辑
  2007年8月22日
posted @ 2007-08-22 22:17 stswordman 阅读(2093) | 评论 (9)编辑
  2007年7月9日
     摘要: 闲着没事,仿照SDK的样子自己做了一个。 程序主要使用了System.Windows.Markup命名空间下的XamlReader类和XamlWriter,其中XamlReader可以将 Xaml代码转换为元素示例,而XamlWriter类可以将元素...   阅读全文
posted @ 2007-07-09 00:03 stswordman 阅读(2770) | 评论 (8)编辑
  2007年7月8日
     摘要: TextBlock和Label都可以显示文本,属于WPF中比较常用的控件。在最初接触WPF时,我经常为如何选择这两个控件感到困惑。随着对WPF深入学习,对这两个控件也有一些了解。今天就说一些我对TextBlock和Label的看法吧。 Label和TextBlock都是System.Windo...  阅读全文
posted @ 2007-07-08 11:15 stswordman 阅读(2529) | 评论 (4)编辑
  2007年7月5日
     摘要: Routed Event是wpf的重要组成部分,它的实现方式和Dependecny Property非常类似。Routed Event触发时会沿着视觉树和虚拟树向上或向下传递,它的存在使得WPF隐藏了视觉树这个概念...  阅读全文
posted @ 2007-07-05 11:22 stswordman 阅读(1804) | 评论 (3)编辑
  2007年7月4日
     摘要: Attached Property可以讲将属性与不相关的元素联系到一起。在WPF中,Attached property经常与布局控件一同使用,用于控制布局控件内部元素的定位。  阅读全文
posted @ 2007-07-04 09:29 stswordman 阅读(1835) | 评论 (2)编辑
  2007年7月3日
     摘要: 介绍了Dependency Property的提供者,各个属性提供者的优先级以及整个DP值的求值过程。
  阅读全文
posted @ 2007-07-03 10:00 stswordman 阅读(1698) | 评论 (2)编辑
  2007年7月2日
     摘要: Automation和RaiseEvent都可以通过程序来触发元素的事件。
RaiseEvent可以在元素任何状态下调用相应的事件,
而Automation是依赖于元素状态的,可以用于软件的自动化测试  阅读全文
posted @ 2007-07-02 17:32 stswordman 阅读(312) | 评论 (0)编辑