Windows 8 Camp in a Box http://www.sadev.co.za/content/where-do-i-start-learn-windows-8 I have been asked at the talks I do, where can I go to learn Windows 8? What material is available? There is a LOT of content available for Windows 8. For me
原文地址:http://windowsphonegeek.com/articles/Getting-Started-with-Coding4Fun-Button-Controls 在這篇文章我將詳細討論 Coding4Fun 工具包中的Button控制項。講解這裡面的主要特性及現有的公用API,並給出不同情況的例子。註:一年前我發表了“WP7 RoundToggleButton and RoundButton in
Metro Studio 是由 syncfusion公司開發的一款Metro表徵圖製作工具,Metro Studio包含600個免費的表徵圖,你可以很輕鬆自訂表徵圖。我不知道它能免費多久但是它是你值得擁有的一款軟體哦。程式運行如下所示:下載並安裝Metro Studio 你可以訪問各個目錄下所有的表徵圖, 你可以改變這個表徵圖的Size、Padding, Shape, Backgroundcolor 和Color除了能夠自訂表徵圖, 在編輯器底部還可以通過點擊XAML 按鈕獲得你想要的xaml
首先從Microsoft 下載一個工具 Remote Tools for Visual Studio 2012 RC 利用 Remote Tools for Visual Studio 2012 RC,可以在不具有 Visual Studio 的電腦上進行遠端偵錯、遠程測試和效能探查。利用此組工具,還可以在運行 Windows 8 Release Preview 的電腦上安裝開發人員許可證並部署 Windows Metro 風格應用程式。1. 首先在有觸控螢幕的真機上或者是Win8平板上
開發人員預覽版.net 4.5.NET for Metro style appsMetro風格的應用程式是利用Windows作業系統的強大功能設計的特殊表單元素。一個稱之為.NET APIs for Metro style apps的.Net的一個子集用來支援Metro風格的應用程式,可以使用C#或Visual
metro 應用程式的資料有三種儲存方式第一種是開啟一個FileSavePicker 讓使用者選擇儲存的位置第二種是可以擷取當前metro程式安裝包的路徑 然後儲存在安裝路徑下的位置 // Package.Current.InstalledLocation.CreateFileAsync(... // Package.Current.InstalledLocation.GetFileAsync(...第三種是 Provides access to the application