posted @ 2009-02-13 15:48 mrfangzheng 阅读(9042) 评论(0) 推荐(1) 编辑
摘要:
以WeatherForecast为例. 需求: 用户在窗体上点击一个按钮, 程序去网络上查询天气情况, 并把结果显示在窗体上. 网络查询是一个耗时任务, 在等待结果的同时, 用户将看到一个旋转的时钟动画表示程序正在查询.模式为:窗口类MainWindow中有耗时函数: string FetchWea... 阅读全文
摘要:
Windows Presentation Foundation Graphics Rendering Overview Visual : Output display, transformations, clipping, hit testing, bounding box UIElement : 继承自Visual, 包括input, focus, eventing, layout servic... 阅读全文
posted @ 2009-01-15 11:34 mrfangzheng 阅读(269) 评论(0) 推荐(1) 编辑
摘要:
Data Binding Overview Binding Sources Overview Data Templating Overview Binding Declarations Overview Data Binding How-to Topics 阅读全文
posted @ 2009-01-13 21:33 mrfangzheng 阅读(191) 评论(0) 推荐(0) 编辑
摘要:
概述 http://msdn.microsoft.com/en-us/library/ms750613.aspx 需要重用的对象都可以定义成资源, 比如Style, Template, Brush等. 每个FrameworkElement或者FrameworkContentElement元素都有Resources(ResourceDictionary类型)属性. 一个资源一般有一个key, 比如:... 阅读全文
posted @ 2009-01-12 21:06 mrfangzheng 阅读(259) 评论(0) 推荐(0) 编辑
摘要:
概念 Resource Data Binding Style Template DataTemplate 阅读全文
posted @ 2009-01-12 20:57 mrfangzheng 阅读(196) 评论(0) 推荐(0) 编辑
摘要:
Action无返回值 Func有返回值 使用: Action act = delegate { //Do somthing } ; this.Dispatcher.BeginInvoke(DispatcherPriority.Noraml, act); 阅读全文
posted @ 2008-11-24 20:05 mrfangzheng 阅读(391) 评论(0) 推荐(0) 编辑
摘要:
由于SQL Server的OSql工具只认ANSI和Unicode, 不认UTF8, 所以尽量把Visual Studio的.sql文件用Unicode保存. 方法是修改SQL模版的encoding, 另存为Unicode格式, 文件模版的位置: \Microsoft Visual Studio 9.0\Common7\Tools\Templates\Database Project Items ... 阅读全文
posted @ 2008-11-14 11:29 mrfangzheng 阅读(561) 评论(0) 推荐(0) 编辑
摘要:
Remarks of President-Elect Barack Obama, as prepared for deliveryElection NightTuesday, November 4th, 2008Chicago, Illinois If there is anyone out there who still doubts that America is a place where ... 阅读全文
posted @ 2008-11-05 16:20 mrfangzheng 阅读(710) 评论(0) 推荐(0) 编辑