microsoft-metro Questions

1

Solved

I'm trying to use broadFileSystemAccess Capability for UWP apps, But broadFileSystemAccess capability is not listed in my list of capabilites in Package.appxmanifest. My min and max target versio...
Uzbek asked 28/5, 2018 at 5:40

5

For a Windows 8 App, in C#/Xaml I try to register a background task. It's hard to tell but I guess my background task is well registred but when I click on the name of my background task on the Deb...
Hombre asked 24/10, 2012 at 15:18

5

Solved

The problem I am facing has as follows: I have developed a portable class library to encapsulate a service connection. Inside this class library there is a Resources.resw file containing strings. ...
Boardman asked 29/5, 2012 at 14:1

4

I'm creating a new Windows Store app in visual studio. I can't seem to run any app I create though. Even a newly created, blank app gives me the error Error : DEP0700 : Registration of the app fa...

5

Solved

Edit: If you have not developed on Windows 8, do not try to answer this question. Do not vote on it. Do not even read it. This is not a web app or website and does not run in a browser. Please stop...
Dottiedottle asked 21/5, 2012 at 18:52

4

Solved

I would like to Create App Packages for my Windows Store App, but the Create App Packages menu item is disabled. I found this article: http://msdn.microsoft.com/en-us/library/windows/apps/hh454036...
Danieldaniela asked 27/6, 2013 at 21:11

1

I am currently working on a desktop C# WPF application where the goal is to make it look and feel like a "real" Windows Store App. I want to add an appbar that should be shown when the user swipes...
Selfassurance asked 15/4, 2013 at 13:36

3

Solved

I'm making a javascript metro app and have some code like this: <script> document.writeln(foo());//this line is trouble </script> and when I tried to run, it gave me a rather long...
Antemeridian asked 23/1, 2013 at 2:10

1

Solved

I try to read an embedded resource (a font file in a Windows 8.1 Store App) as a Byte stream, but the Problem is the Access to the resource file. I often use typeof(Type).GetTypeInfo.Assembly.GetM...
Hammon asked 12/11, 2014 at 14:43

2

Solved

What is the difference between "ListView" and "ListBox" in a "Windows 8" app.
Santoro asked 14/12, 2012 at 13:36

3

Solved

When i create a new Blank App (XAML) Project in Visual studio i get these errors: Starts of with some references are incorrect. Should it really be like this in a new solution? (havn't written any...
Storehouse asked 8/10, 2012 at 9:54

9

Solved

Is it possible to design a metro styled winform in visual studio 10 or visual studio 11 on windows 7? If so, where can I find info on how to do it? I have already found some links, like http...
Funny asked 30/3, 2012 at 7:58

4

Solved

My WPF application needs to list the localized names of all Metro/WinRT applications installed for the user. I created a repo to store a working sample for the code presented: https://github.com/lu...
Osbourne asked 13/8, 2013 at 21:57

2

Solved

I am finding it really hard to code using the black theme given in the visual studio 2012 IDE. Is there anyway i could get back the older grey theme or is there anyway i could make it look a bit mo...
Summand asked 27/12, 2012 at 6:44

5

Solved

Is there a way to launch a desktop application from a Metro-style app on Windows 8? I'm trying to create some simple shortcuts to desktop applications to replace the desktop icons on the start scre...
Alfeus asked 2/3, 2012 at 3:39

2

Solved

I am working on a Metro App using C++ and XAML. I want to create a polygon shape and add text inside it. At first I thought of defining my own Controltemplate and apply it to Textblock but unfort...
Goosy asked 13/3, 2012 at 4:23

3

Solved

I'm developing a Metro-style app (for Windows 8) using C# and XAML. I have set up my viewmodels to be used as design-time datacontexts, like so: xmlns:vm="using:hub.ViewModels" d:DataContext="{d:D...

4

Solved

I have enabled snapping points in my app inside a ScrollViewer, as described in this question: Enabling ScrollViewer HorizontalSnapPoints with bindable collection The problem that I am having is t...
Tyrosine asked 18/6, 2012 at 14:0

2

Solved

I really need to be able to work out how tall a piece of HTML is inside a given WebView. It's pretty much crucial to the project I'm trying to build. I know it's not immediately possible but I coul...
Bedder asked 4/10, 2012 at 12:13

5

Solved

Here are my TextBlocks: <StackPanel Orientation="Horizontal" Margin="0,3,0,0"> <TextBlock Text="6 or more characters, at least one letter and a number, " Fon...
Coprophagous asked 15/1, 2013 at 12:21

2

Solved

CPU usage quota for Background Tasks in WinRT is 1 second, or 2 seconds if they are on lockscreen. The question is how to measure accurately this CPU usage - I'd like to know if my code runs under ...
Notochord asked 27/10, 2012 at 20:10

3

I want to develop a music app for Windows 10 and I'm curious about the interface provided by Groove Music next to the volume bar. I've tried Googling to get more information about it but I haven't ...
Pournaras asked 16/7, 2015 at 20:53

3

Solved

I'm having a bit of trouble loading an html file in a WebView control in a metro style app. I've been searching the internet and found out that you can't load a local html file with the NavigateTo ...
Overpower asked 21/5, 2012 at 11:52

3

Solved

I have a C++/CX app that is processing some data from a file. It has a string in there representing the culture that was used to save the dates, and it has some dates. I need to convert them from s...
Daisey asked 23/7, 2012 at 15:50

3

Solved

I have a problem converting byte array to InMemoryRandomAccessStream or IRandomAccessStream in windows 8? This is my code, but It doesn't work : internal static async Task<InMemoryRandomAccessSt...
Pigeon asked 6/5, 2013 at 11:11

© 2022 - 2024 — McMap. All rights reserved.