上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: WMAppManifest.xml Assets\ApplicationIcon.png Assets\Tiles\FlipCycleTileSmall.png 0 Assets\Tiles\FlipCycleTileMedium.png PhoneAppPhotoExtensions ... 阅读全文
posted @ 2013-10-12 16:47 nil 阅读(457) 评论(1) 推荐(0) 编辑
摘要: using System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using System.Windows.Shapes;using System.Text;using System.Windows.Media 阅读全文
posted @ 2013-09-24 16:10 nil 阅读(702) 评论(0) 推荐(0) 编辑
摘要: /// /// 获取系统信息 /// private string GetDeviceInfo() { StringBuilder sb = new StringBuilder(); sb.AppendLine("设备制造商:" + DeviceStatus.DeviceManufacturer); sb.AppendLine("设备名称:" + DeviceStatus.DeviceName); sb.AppendLine("物理... 阅读全文
posted @ 2013-09-24 11:31 nil 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 本主题使用每台 Windows 计算机上提供的Echo和Quote of the Day服务。在所有 Windows 版本中都提供了简单 TCP/IP 服务功能。该功能会提供了以下服务:Character Generator、Daytime、Discard、Echo和Quote of the Day。每个服务都可以通过 TCP 访问,并且都分配了一个用于通信的默认端口。默认服务与端口的映射如下所示。服务名称说明端口Echo回显在该服务器端口上接收到的任何消息中的数据。Echo 作为网络调试和监视工具可能非常有用。7Quote of the Day在消息中以一行或多行文本的形式返回报价。报价从以 阅读全文
posted @ 2013-09-03 14:10 nil 阅读(2507) 评论(0) 推荐(1) 编辑
摘要: 如何使用独立存储资源管理器工具 http://msdn.microsoft.com/zh-CN/library/hh286408(v=vs.92)C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\IsolatedStorageExplorerTool\ISETool.exe应用程序的 Product GUID,它在 WPAppManifest.xml 文件的 App 元素的 ProductID 属性中指定。列出根目录中的文件和目录ISETool.exe dir 如果独立存储包含目录,则键入以下命令。ISETool.e. 阅读全文
posted @ 2013-09-03 09:18 nil 阅读(298) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.Phone.Controls;using Microsoft.Phone.Tasks;using System;using System.Windows;namespace PhoneAppChooser{ public partial class MainPage : PhoneApplicationPage { public MainPage() { InitializeComponent(); } /* * 如何使用 Windows Phone 地址选... 阅读全文
posted @ 2013-08-30 18:53 nil 阅读(211) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/zh-CN/library/gg278408(v=vs.92)#BKMK_Launchersusing Microsoft.Phone.Controls;using Microsoft.Phone.Tasks;using System;using System.Windows;namespace PhoneAppBingRoadMap{ public partial class MainPage : PhoneApplicationPage { // 构造函数 public MainPage() ... 阅读全文
posted @ 2013-08-30 16:40 nil 阅读(458) 评论(0) 推荐(0) 编辑
摘要: /* Copyright (c) 2010 Microsoft Corporation. All rights reserved. Use of this sample source code is subject to the terms of the Microsoft license agreement under which you licensed this sample source code and is provided AS-IS. If you did not accept the terms of the license agreement,... 阅读全文
posted @ 2013-08-30 14:16 nil 阅读(193) 评论(0) 推荐(0) 编辑
摘要: ActivatedEventArgsIsApplicationInstancePreserved如果ApplicationInstancePreserved为 true,则表示该应用程序已休眠,因此其状态自动进行了保留,http://msdn.microsoft.com/zh-CN/library/ff967547(v=vs.92) 阅读全文
posted @ 2013-08-29 13:53 nil 阅读(147) 评论(0) 推荐(0) 编辑
摘要: private void Button_Click_4(object sender, RoutedEventArgs e) { HttpWebRequest request = HttpWebRequest.CreateHttp("http://www.example.com"); //request.Headers["UserAgent"] request.Method = "GET"; request.BeginGetResponse(callback, request);... 阅读全文
posted @ 2013-08-07 09:21 nil 阅读(3129) 评论(1) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页