随笔-105  评论-277  文章-2  trackbacks-13
  2007年7月3日
posted @ 2008-09-07 23:15 stswordman 阅读(0) | 评论 (0)编辑
posted @ 2008-08-28 15:21 stswordman 阅读(73) | 评论 (2)编辑
posted @ 2008-08-11 00:57 stswordman 阅读(1633) | 评论 (6)编辑
posted @ 2008-08-04 00:40 stswordman 阅读(1302) | 评论 (4)编辑
posted @ 2008-08-01 10:29 stswordman 阅读(1092) | 评论 (2)编辑
posted @ 2008-07-31 09:46 stswordman 阅读(1522) | 评论 (5)编辑
posted @ 2008-07-29 10:20 stswordman 阅读(1173) | 评论 (8)编辑
posted @ 2008-07-28 11:04 stswordman 阅读(610) | 评论 (0)编辑
     摘要: 输出特定表的Insert存储过程  阅读全文
posted @ 2008-07-10 11:26 stswordman 阅读(99) | 评论 (0)编辑
posted @ 2008-05-14 18:44 stswordman 阅读(153) | 评论 (2)编辑
posted @ 2007-09-26 14:54 stswordman 阅读(24) | 评论 (0)编辑
posted @ 2007-09-14 13:38 stswordman 阅读(100) | 评论 (0)编辑
posted @ 2007-09-13 11:42 stswordman 阅读(66) | 评论 (0)编辑
posted @ 2007-08-22 22:17 stswordman 阅读(2149) | 评论 (11)编辑
posted @ 2007-08-14 13:06 stswordman| 编辑
posted @ 2007-07-31 10:53 stswordman 阅读(711) | 评论 (5)编辑
     摘要: 闲着没事,仿照SDK的样子自己做了一个。 程序主要使用了System.Windows.Markup命名空间下的XamlReader类和XamlWriter,其中XamlReader可以将 Xaml代码转换为元素示例,而XamlWriter类可以将元素...   阅读全文
posted @ 2007-07-09 00:03 stswordman 阅读(2809) | 评论 (8)编辑
     摘要: TextBlock和Label都可以显示文本,属于WPF中比较常用的控件。在最初接触WPF时,我经常为如何选择这两个控件感到困惑。随着对WPF深入学习,对这两个控件也有一些了解。今天就说一些我对TextBlock和Label的看法吧。 Label和TextBlock都是System.Windo...  阅读全文
posted @ 2007-07-08 11:15 stswordman 阅读(2579) | 评论 (4)编辑
     摘要: Routed Event是wpf的重要组成部分,它的实现方式和Dependecny Property非常类似。Routed Event触发时会沿着视觉树和虚拟树向上或向下传递,它的存在使得WPF隐藏了视觉树这个概念...  阅读全文
posted @ 2007-07-05 11:22 stswordman 阅读(1843) | 评论 (3)编辑
     摘要: Attached Property可以讲将属性与不相关的元素联系到一起。在WPF中,Attached property经常与布局控件一同使用,用于控制布局控件内部元素的定位。  阅读全文
posted @ 2007-07-04 09:29 stswordman 阅读(1877) | 评论 (2)编辑
     摘要: 介绍了Dependency Property的提供者,各个属性提供者的优先级以及整个DP值的求值过程。
  阅读全文
posted @ 2007-07-03 10:00 stswordman 阅读(1717) | 评论 (2)编辑