Top "Windows-store-apps" questions

This refers to Windows 8 and Windows 8.1 apps only.

TextBlock text doesn't wrap when placed inside a ViewBox

I have a TextBlock with a long line of text which I want to wrap. I've placed the TextBlock within …

windows-store-apps winrt-xaml textblock word-wrap viewbox
How do I renew my expired Windows Store app certificate?

I have taken over the development of a Windows Store app, and our store certificate has recently expired. How do …

windows-store-apps
Difference between winforms,WPF and metro?

How is Metro different from WPF and WinForms? Are only metro style apps allowed to be sold on the Windows …

wpf winforms windows-8 windows-store-apps windows-10-universal
How play a .mp3 (or other) file in a UWP app?

I try this: PlayMusic = new MediaElement(); PlayMusic.AudioCategory = Windows.UI.Xaml.Media.AudioCategory.Media; PlayMusic.Source = new Uri(@"C:\Users\…

c# audio uwp windows-store-apps windows-store
Convert ImageSource to WriteableBitmap in Metro Windows 8

I was wondering how I could go about converting an ImageSource object (in my case the source property of an …

c# windows-runtime windows-store-apps writeablebitmap imagesource
WinRT XAML Toolkit Charting Controls: How to style Legend Items?

I want to style the legend items of the WinRT XAML Toolkit Chart Control. I checked the source code and …

windows-runtime windows-store-apps winrt-xaml silverlight-toolkit winrt-xaml-toolkit
How To Fix Missing Assembly Reference 'Microsoft.Xaml.Interactivity.dll' in Windows Store App Solution?

I have a Windows Store App solution which worked fine up until I installed Nuget Packages and Extentions from Catel. …

c# xaml windows-runtime windows-store-apps catel
Cannot open SQLite database

Using this code: public void InsertPlatypiRequestedRecord(string PlatypusId, string PlatypusName, DateTime invitationSentLocal) { var db = new SQLiteConnection(SQLitePath); { db.CreateTable<…

c# sqlite windows-8 windows-store-apps sqlite-net
How can I get the executing assembly version information in a Windows Store App?

While porting an application to the Windows Store, I noticed the .NETCore Framework does not include: System.Reflection.Assembly.GetExecutingAssembly() …

c# reflection windows-8 windows-store-apps