摘要: 题是一组资源,用于个性化 Windows Phone 手机上的可视元素。主题可以确保在 Windows Phone 应用程序间显示一致的控件和 UI 元素。本主题介绍如何创建使用主题资源并以编程形式确定主题背景和个性色的应用程序。有关使用主题资源的更多信息,请参阅 Windows Phone 主题概述。当用户在手机的“设置”菜单中启用系统范围的主题时,仅应用程序中与主题相关的颜色会发生更改。字体和控件大小不会发生更改。例如,如果用户在主题设置页面上将个性色设置为紫色,则在应用程序中,只有使用相应资源画笔配置的 UI 元素会更改为紫色。注意:如果在选择其他主题时,您的应用程序处于休眠状态,则在. 阅读全文
posted @ 2012-05-03 10:21 火腿骑士 阅读(250) 评论(0) 推荐(0)
摘要: http://www.dotblogs.com.tw/ 阅读全文
posted @ 2012-05-03 09:41 火腿骑士 阅读(159) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using Dare.MS.DataProvider;using System.Xml;using System.Threading;namespace DareExtServer{ public partial class XmlBingFrm 阅读全文
posted @ 2012-05-03 09:35 火腿骑士 阅读(191) 评论(0) 推荐(0)