上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: 问题: 安装好新系统之后(只有Windows8 专业版和企业版支持hyper-v),然后安装vs2012,再安装Wp8 Sdk,安装完毕后新建Windows Phone项目,会提示未将对象引用设置到对象的实例。解决方案: 下载并安装文件 patch_KB2781514.exe 即可解决。下载地址:http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=36020附:我安装的Vs版本文件名为:cn_visual_studio_ultimate_2012_x86_dvd_920954.isoWpsdk文件名为:cn_window.. 阅读全文
posted @ 2013-11-12 12:07 nil 阅读(924) 评论(0) 推荐(0)
摘要: WriteableBitmap wb = new WriteableBitmap(this.LayoutRoot, new MatrixTransform()); //wb.Render(this.LayoutRoot, new MatrixTransform()); wb.Invalidate(); using (System.IO.MemoryStream memoryStream = new System.IO.MemoryStream()) { ... 阅读全文
posted @ 2013-10-23 16:22 nil 阅读(230) 评论(0) 推荐(0)
摘要: WMAppManifest.xml Assets\ApplicationIcon.png Assets\Tiles\FlipCycleTileSmall.png 0 Assets\Tiles\FlipCycleTileMedium.png PhoneAppPhotoExtensions ... 阅读全文
posted @ 2013-10-12 16:47 nil 阅读(460) 评论(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 阅读(705) 评论(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 阅读(245) 评论(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 阅读(2714) 评论(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 阅读(302) 评论(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 阅读(216) 评论(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 阅读(466) 评论(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 阅读(198) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页