1 2 3 4 5 ··· 17 下一页
摘要: 如何本地化 Windows Phone 应用标题http://msdn.microsoft.com/zh-cn/library/windowsphone/develop/ff967550(v=vs.105).aspx 阅读全文
posted @ 2013-08-09 15:32 微星 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 参考MSDN:http://msdn.microsoft.com/zh-CN/library/windows/apps/jj841209.aspx但是在Page跳转后不能保持,必须将Music放在App层次。找到参考:http://www.c-sharpcorner.com/UploadFile/iersoy/playing-background-sound-in-windows-store-applications/不错。 阅读全文
posted @ 2013-06-10 22:45 微星 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 在windows phone8中语音可以理解为三部分功能即: 语音控制 voice commands, 语音识别 speech recognition,文字语音 text-to-speech (TTS)。示例演示如何使用预定义的短消息和网络搜索语法的基础知识与语音识别功能。代码下载:http://code.msdn.microsoft.com/wpapps/Short-message-dictation-594c8a0a相关文章:http://www.cnblogs.com/sonic1abc/archive/2012/11/18/2775153.html语音识别 speech recogni 阅读全文
posted @ 2013-04-14 22:07 微星 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 此示例显示了如何使用后台传输服务在后台下载文件,即使当应用程序不再运行在前台。通过BackgroundTransferRequest 实现上传下载// Create the new transfer request, passing in the URI of the file to // be transferred.BackgroundTransferRequest transferRequest = new BackgroundTransferRequest(transferUri);// Set the transfer method. GET and POST are support 阅读全文
posted @ 2013-04-11 10:49 微星 阅读(260) 评论(0) 推荐(0) 编辑
摘要: http://code.msdn.microsoft.com/Visual-Studio-2010-Samples-31b491f3C# 4.0 的 Visual Studio 2010 示例 阅读全文
posted @ 2013-03-12 21:40 微星 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 设计案例研究:网站到 Windows 应用商店应用 (Windows)http://msdn.microsoft.com/zh-CN/library/windows/apps/hh868264设置应用页面的布局 (Windows)http://msdn.microsoft.com/zh-CN/library/windows/apps/hh872191Sharing content target app samplehttp://code.msdn.microsoft.com/Sharing-Content-Target-App-e2689782Sharing content source ap 阅读全文
posted @ 2013-02-18 12:41 微星 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 入门http://www.xbox.com/zh-tw/Kinect/GetStarted开发http://msdn.microsoft.com/zh-tw/hh367958.aspxhttp://www.microsoft.com/en-us/kinectforwindows/ 阅读全文
posted @ 2013-01-07 15:39 微星 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 自己的应用程序如果有推送消息,希望能在锁屏界面获得提示,像未接电话和未读短信一样。创建一个24*24的PNG图片,用于锁屏界面显示。放入程序根目录下。打开文件WMAppManifest.xml. 更新DeviceLockImageURI节点.输入图片名称.添加<Extensions> <Extension ExtensionName="LockScreen_Notification_IconCount" ConsumerID="{111DFF24-AA15-4A96-8006-2BFF8122084F}" TaskID="_d 阅读全文
posted @ 2012-08-22 14:24 微星 阅读(1206) 评论(0) 推荐(0) 编辑
摘要: 1,打开WMAppManifest.xml.添加<Extensions> <Extension ExtensionName="LockScreen_Wallpaper" ConsumerID="{111DFF24-AA15-4A96-8006-2BFF8122084F}" TaskID="_default" /></Extensions>2,添加事件privateasyncvoidbuttonSet_Click(objectsender,RoutedEventArgse){UrinextImageU 阅读全文
posted @ 2012-08-21 15:46 微星 阅读(1153) 评论(0) 推荐(0) 编辑
摘要: 首先将App.xaml.cs中 InitializePhoneApplication() 函数里的RootFrame修改成RootFrame=new TransitionFrame(); 其次在XAML中添加 xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit" 最后在Page元素下添加<toolkit:TransitionService.NavigationInTransition><toolkit:Navigati 阅读全文
posted @ 2012-08-17 11:53 微星 阅读(774) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 17 下一页