This refers to Windows 8 and Windows 8.1 apps only.
My Visual Studio can't seem to build any of the Metro Sample applications. As I've never really used this IDE …
windows-8 windows-runtime windows-store-appsHow do I print the contents of a TextBox in metro apps? I have read this quickstart guide on MSDN …
c# .net windows-8 microsoft-metro windows-store-appsCan a Windows 10 app built on the Universal Windows Platform (UWP) be ported back to Windows 7 customers? In particular, one …
xaml windows-store-apps uwpHow can I make content of each ListView item expands to 100% width when using a DataTemplate? I have tried HorizontalContentAlignment="…
xaml windows-store-appsHello fellow programmers, I am new to Windows 8. Where does Windows Store app's LocalSettings store its serialized file ? I am …
windows-8 microsoft-metro windows-store-appsI found this example on MSDN that shows some ways to configure a textblock: A lot of it seems to …
xaml windows-runtime windows-store-apps winrt-xamlWhile I can get the assembly version using the following code var assembly = typeof(App).GetTypeInfo().Assembly; var assemblyVersion = assembly.…
c# windows-store-apps uwp windows-store prism-storeappsI am learning how to create a Class Library (Windows Store apps) and used a UserControl template to add a …
c# .net windows-8 windows-store-appsI have a refresh button in my app that uses some async methods to update the list of items displayed. …
c# microsoft-metro windows-store-apps async-awaitI am having problems with the Create method in XmlWriter. Even when i use the example from msdn, it will …
c# xml windows-store-apps xmlwriter