<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Terry_龙_分类_WPF</title><id>http://feed.cnblogs.com/blog/u/65692/category/249954/rss</id><updated>2012-05-28T19:37:57Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TerryBlog/category/249954.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/65692/category/249954/rss"/><entry><id>http://www.cnblogs.com/TerryBlog/archive/2011/03/03/1970314.html</id><title type="text">【WP7进阶】——详细教你使用帮你赚钱的广告控件</title><summary type="text">AdVertising 广告控件是微软移动战略上的另一个组件，该组件可以轻松帮你在你的应用程序或者XNA框架游戏上显示广告。使用该组件的优势：赚更多的钱 这个组件为您的应用程序显示各种移动广告，这是一个实时的、轮换的、非常优秀的显示广告方法。显示内容包括各地的经销商和采购商包括了微软在内的adCenter 和大型微软广告市场。快速、无争议 AdVertising广告控件通过简单的控制、自助式的开发者签约，报告和自动支付系统使开发商能够从中收益。其中，该组件的SDK不仅支持Silverlight for Windows Phone 框架还支持XNA for Windows Game 框架的Wi.</summary><published>2011-03-03T13:31:00Z</published><updated>2011-03-03T13:31:00Z</updated><author><name>Terry_龙</name><uri>http://www.cnblogs.com/TerryBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TerryBlog/archive/2011/03/03/1970314.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TerryBlog/archive/2011/03/03/1970314.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/TerryBlog/archive/2011/02/20/1959206.html</id><title type="text">【WP7进阶】——分享一个可供切换状态的ListBox组件</title><summary type="text">编写Asp.net的同学，经常会遇到一个Repeater 或者一个GridView ，当用户点击编辑状态时我们的列表组件会自动跳转到可选择（可供删除、编辑、选择等）状态。这时候一般的做法都会在组件的前方自动生成一系列复选框“CheckBox”，需要删除/选择哪行时只要在前方的复选框勾一下，便可以得到该行的数据或者行ID等。上面的做法是一个比较典型的Web做法，那么在WP7 里面要实现这样的效果如何实现呢？有些同学就会说了，那简单使用ListBox 在它的数据模板里面添加一个CheckBox不就完事了吗？是的，这样是一种做法，但带来的问题是你得去控制他选中哪行并且得到</summary><published>2011-02-20T11:57:00Z</published><updated>2011-02-20T11:57:00Z</updated><author><name>Terry_龙</name><uri>http://www.cnblogs.com/TerryBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TerryBlog/archive/2011/02/20/1959206.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TerryBlog/archive/2011/02/20/1959206.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/TerryBlog/archive/2011/02/14/1954666.html</id><title type="text">Windows Phone 7 不温不火学习之《Expression Blend 创建渐变效果和创建Storyboard动画》</title><summary type="text">说起Expression Blend ，开发过Silverlight 或者WPF的同学肯定会暗爽一把。微软把这一神器免费提供给我们开发者使用，特别是自从WP7 发布就立刻免费，可以看出微软对WP7的重视。年底又好消息不断，微软和NOKIA组成战略合作伙伴，NOKIA将把携地图数据与营销能力加入WP7的创新等，无疑给我们WP7开发者一剂强心剂。好了废话不多说，回到主题。Expression Blend 工具简介一款专业设计工具，制作基于Microsoft Silverlight的应用程序的精美复杂用户界面。让设计人员集中精力从事创作，开发人员集中精力从事编程工作。每个团队成员都可以单独进行工</summary><published>2011-02-14T13:08:00Z</published><updated>2011-02-14T13:08:00Z</updated><author><name>Terry_龙</name><uri>http://www.cnblogs.com/TerryBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TerryBlog/archive/2011/02/14/1954666.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TerryBlog/archive/2011/02/14/1954666.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/TerryBlog/archive/2011/01/20/1940615.html</id><title type="text">Windows Phone 7 不温不火学习之《Control Toolkit--静态和动态的ContextMenu》</title><summary type="text">跟大部分智能手机一样，Windows Phone 7 也有上下文菜单，比较典型的比较可以拿Android 的上下文菜单做比较，都是需要用户长按某一Element （Android 称为某一View）时才会弹出一个菜单项。作为一个辅助的控件，它只能辅助于某一单于控件，而不能设置为在某一布局。这点和Android 有点小差别，Android 允许上下文菜单在任何时间长按某一单元或者称为VIEW也行，因为所有的活动都是包含在这个VIEW里面。这个可能是他们之间的区别吧。就使用而言的话，Windows Phone 7因为有强大的封装能力把上下文也封装成控件形式，故较之Android 来得要方便一点</summary><published>2011-01-20T13:30:00Z</published><updated>2011-01-20T13:30:00Z</updated><author><name>Terry_龙</name><uri>http://www.cnblogs.com/TerryBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TerryBlog/archive/2011/01/20/1940615.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TerryBlog/archive/2011/01/20/1940615.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/TerryBlog/archive/2011/01/04/1925876.html</id><title type="text">Windows Phone 7 不温不火学习之《程序性能分析器》</title><summary type="text">无论哪个平台的开发，性能是至关重要的，尤其是移动开发，用户最关心的是你的应用的响应速度其次才是创意。网上有很实用的工具叫EQATEC Profiler ，这是一个针对.NET平台的一个性能分析器，可以分析WP7 而面加载、执行的效率时间，不过针对 WP7有几点限制，最大的限制是其不支持XNA 开发的WP7程序，以下是其限制清单：Only WP7 Silverlight apps are supported for now, not WP7 XNA appsConstructors are not timed due to a WP7 IL-verifier problemThe profile</summary><published>2011-01-04T14:11:00Z</published><updated>2011-01-04T14:11:00Z</updated><author><name>Terry_龙</name><uri>http://www.cnblogs.com/TerryBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TerryBlog/archive/2011/01/04/1925876.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TerryBlog/archive/2011/01/04/1925876.html"/><content type="html"/></entry></feed>
