上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 61 下一页
QuickStart5 This sample shows you how to use Hyperlink elements to create a simple two-page Extensible Application Markup Language (XAML) application. 该实例使用Hyperlink控件实现了两个页面的跳转,请在xaml中注意Hyper... Read More
posted @ 2008-03-08 19:28 包建强 Views(457) Comments(0) Diggs(0) Edit
QuickStart4 This sample shows you how to implement a button with an associated Click event handler. 本例介绍如何在xaml的button上绑定后台的事件 xaml代码: Click Me 后台代码: namespace Qu... Read More
posted @ 2008-03-08 19:22 包建强 Views(492) Comments(0) Diggs(0) Edit
QuickStart3 This sample shows you how to construct a complex Extensible Application Markup Language (XAML) layout by nesting TextBlock, Button, and DockPanels within a parent DockPanel. 这个例子用来... Read More
posted @ 2008-03-08 19:09 包建强 Views(501) Comments(0) Diggs(0) Edit
QuickStart2 This sample shows how to use a DockPanel element to arrange three Button in a vertical stack. 区别于上一个Sample,这个例子在StackPanel里,居左对齐,垂直排列3个按钮。 Button 1 Button 2 Button ... Read More
posted @ 2008-03-08 18:57 包建强 Views(442) Comments(0) Diggs(0) Edit
QuickStart1 This sample shows you how to create an Extensible Application Markup Language (XAML) page that displays "Hello World." 一个用xaml做出的WPF,"Hello world!"。 注意,在StackPanel中使用TextBlock显... Read More
posted @ 2008-03-08 18:56 包建强 Views(582) Comments(0) Diggs(0) Edit
本目录持续更新中,每写完一章都会添加到Blog以及这个目录。估计本系列会在20章左右。 Read More
posted @ 2008-03-08 18:23 包建强 Views(1265) Comments(3) Diggs(1) Edit
EnumerateSubsetOfPrintQueues shows how to use the EnumeratedPrintQueueTypes enumeration to get a subset of available print queues 这个Sample倒也简单,只有一个Main函数,讲的是EnumeratedPrintQueueTypes枚举,通过其两个值L... Read More
posted @ 2008-03-08 18:21 包建强 Views(507) Comments(0) Diggs(0) Edit
PrintDialog This sample illustrates how to create an instance of a simple PrintDialog and then display it. The sample uses both Extensible Application Markup Language (XAML) and procedural code. ... Read More
posted @ 2008-03-08 18:16 包建强 Views(907) Comments(2) Diggs(0) Edit
场景:Vista下,VS2008 Beta2, 建立WCF进程内托管服务,按下F5,打开WCF Test Client.这是会报错,说SvcUtil没有强签名. 于是执行以下命令行: sn -Vr "c:\program files\Microsof SDKs\Windows\v6.0A\Bin\SvcUtil.exe" 这时候, 报错说不能访问注册表. 这是因为没有使用管理员权限, 于是右击命... Read More
posted @ 2008-03-05 15:47 包建强 Views(673) Comments(1) Diggs(0) Edit
第一章 WCF基础 System.ServiceModel WCF中的所有消息均为SOAP消息,消息与传输协议无关(不仅限于HTTP) 服务的执行边界:客户端统一使用代理访问服务 地址,包括服务位置和传输协议,有5种: TCP地址: net.tcp://localhost:8002/MyService HTTP地址: http://localhost:8001 IPC地址: net.pipe... Read More
posted @ 2008-03-05 10:10 包建强 Views(1076) Comments(0) Diggs(1) Edit
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 61 下一页