
Win8 Metro-C Sharp
shuixin536
这个作者很懒,什么都没留下…
展开
-
how to execute set of commands in elevated mode of powershell
http://stackoverflow.com/questions/7681920/how-to-execute-set-of-commands-in-elevated-mode-of-powershell4down votefavorite1share [g+]share [fb]share [tw]转载 2012-06-19 13:10:14 · 877 阅读 · 0 评论 -
app如何从底层监听Win8系统的鼠标消息和键盘消息
// Keyboard and mouse navigation only apply when occupying the entire window if (this.ActualHeight == Window.Current.Bounds.Height && this.ActualWidth == Window.Cur原创 2012-07-06 15:11:07 · 1538 阅读 · 0 评论 -
c sharp string to Enum
/* Tag="PicturesView" Tag="ListView" Tag="SingleItem" */ // Summary:原创 2012-06-25 13:34:20 · 905 阅读 · 0 评论 -
LayoutAwarePage.cs
using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using Windows.Foundation;using Windows.Foundation.Collections;using Windows.System;using Windows.UI.C原创 2012-07-06 15:06:16 · 1407 阅读 · 0 评论 -
Exploring WinRT: Windows.Storage namespace overview-(Picture, video, music and document)
http://lunarfrog.com/blog/2011/10/03/winrt-storage-overview/Exploring WinRT:1. Windows.Storage namespace overview2. File and Folder Pickers3. Storage.AccessCachePresenting Windows 8, Micro转载 2012-06-21 19:30:28 · 921 阅读 · 0 评论 -
win8 dev
http://silverlightchina.net/html/windows8/转载 2012-06-19 13:16:11 · 624 阅读 · 0 评论 -
Troubleshooting packaging, deployment, and query of Metro style apps
http://msdn.microsoft.com/en-us/library/windows/desktop/hh973484(v=vs.85).aspxUse these suggestions to troubleshoot problems you experience whenpackaging, deploying, or querying an app package转载 2012-06-19 12:54:44 · 8053 阅读 · 0 评论 -
借PowerShell删除并修复Win8 Metro中坏死应用
http://www.ithome.com/html/win8/18717.htm借PowerShell删除并修复Win8 Metro中坏死应用小编在使用Win8中新浪微博应用之后,忽然碰到问题,开始界面的新浪微博应用突然变成一张纯色的按钮,所有应用中也不见了新浪微博,原来位置变成了一个名称为 APP的应用。打开之后进入的是商店。这种情况,程序等于坏死,转载 2012-06-19 13:14:28 · 746 阅读 · 0 评论 -
Remove-AppxPackage
http://technet.microsoft.com/en-us/library/hh856038.aspxRemove-AppxPackageThis topic has not yet been rated - Rate this topic[This topic is pre-release documentation and is subject转载 2012-06-19 13:08:28 · 4671 阅读 · 0 评论 -
How to Add and Remove Apps
http://technet.microsoft.com/en-us/library/hh852635.aspxPublished: February 29, 2012Updated: May 31, 2012Applies To: Windows 8[This topic is pre-release documentation and is subject to cha转载 2012-06-19 13:07:34 · 2168 阅读 · 0 评论 -
Accesing Metro via PowerShell-Appx Powershell Cmdlets
http://social.msdn.microsoft.com/Forums/en-US/toolsforwinapps/thread/5013262a-2a18-4ce6-99d1-03451d6c9619Some Powershell love on the Metro style apps forum about the Appx cmdlets to转载 2012-06-19 13:05:17 · 1364 阅读 · 0 评论 -
DisplayToast
void DisplayToast(string dispalydata) { ToastTemplateType templateType = ToastTemplateType.ToastText01; // GetTemplateContent returns a Windows.Data.Xml.Dom.XmlDocument原创 2012-06-27 10:12:09 · 1951 阅读 · 0 评论