摘要:
To add a language pack in Windows 8, After Installed Windows 8, I have the installation files in my DVD Drive. The language packs are in G:\Deploy\Packages\LanguagePack folder, therefore I can add the language using command tool lpksetup.exe.see what I did:First, run command prompt as Administrator. 阅读全文
摘要:
前言: Windows Store App, ApplicationViewState前几天一直纠结的一件事情就是我如何能够自己编程控制控件在不同ViewState中的设置, 搜寻网络发现这个触发器是Window.Current.SizeChanged。ApplicationViewState是一个枚举值, 有如下4个值:Windows.UI.ViewManagement.ApplicationViewState.FullScreenPortraitWindows.UI.ViewManagement.ApplicationViewState.SnappedWindows.UI.ViewMana 阅读全文
摘要:
Expected BottomeAppBar Style:For a long time, I have problem with the button alignment in bottomAppBar. If we have more than one buttons, I knew we need to add them to a stackpanel, and there only could be one stackpanel be added directly under <AppBar></AppBar>. Therefore if I want to l 阅读全文