Windows Store apps (formerly Metro-style applications) are built on the Windows Runtime (WinRT) and are available on the Windows Store. They target Windows 8 and Windows RT using .NET for Windows Store Apps and are immersive full-screen applications.

learn more… | top users | synonyms

1
vote
0answers
22 views

Camera dismissed when opening SettingsCharm in Windows 8

Hi am creating a camera application . For implementing this i used CameraCatureUI My problem is that Camera cancels or dismissed when i open Settings charm. How we can prevent this strange behaviour? ...
0
votes
1answer
117 views

WCF Service reference not working on other PC

I have a Windows Store - Metro app that connects with a Net TCP WCF Service running on same PC (hosted in a console application) but on Desktop mode of Windows 8. I have added a reference of WCF ...
0
votes
0answers
77 views

Display Image in webview form local html in C#

I am loading HTML file from local folder in webview. My HTML file contains images. I am converting those images to base64 using the help of this link But I am unable to place image in my html image ...
0
votes
1answer
12 views

Accessing files from Windows Store App

I'm working in Windows 8 Operating System building Windows Store apps. I'm trying to access one XML file(present within the solution) via the code below. var file = ...
0
votes
1answer
67 views

Windows Store apps, save and load the state of Bing Maps Pushpins on navigation between pages

I'm making a Windows Store App that asks for user input then produces a bunch of pushpins based on that input. When a pushpin is tapped the app navigates to a page with more detail. Now the problem ...
-3
votes
0answers
30 views

Windows Store app dialog box with text input [duplicate]

Very simple problem: I want to present the user with a prompt that asks for some text input when a button is clicked. The MessageDialog class is close to what is needed, it would just need some way to ...
1
vote
3answers
99 views

How do i convert a JSON string to a native C# array using a namespace compatible with Windows Store Apps?

I am trying to make a windows 8 Store app that gets results from a MySQL database from a PHP page as a REST service. I'm looking for the PHP to return a JSON representation of an array of strings and ...
0
votes
1answer
30 views

Deserialization of array with DataContractJsonSerializer with Windows Store App

Is it possible to deserialize a json array with native DataContractJsonSerializer in a Windows Store App? Example, from: ...
0
votes
2answers
52 views

Create a graph in Windows 8 application

I am working on a Windows 8 app which is accessing data from the database. I want to access this data and create a graph(bar and line) out of it. If there are controls to create a graph in the app, ...
0
votes
1answer
15 views

How to add secondary Y-axis in RadCartesianChart windows store apps

we are developing an windows 8 store apps and telerik charts to display charts. In one of the charts we need to show the chart having 2 y-axis and bar series need to bind to left side of the y-axis ...
0
votes
1answer
15 views

Best place for saving user data for Windows Store App

Disclaimer: I am new to Windows Store App development. My app is a Windows Store App (for desktop). The app has to create some content using user's input and the data can be considered as documents. ...
0
votes
0answers
39 views

How Could i enable Internet connection for Windows Store Apps

I created an App that needs a login for getting user details and sending the challenge to choose the opponent by searching with their email id or giving Random search. In Game Engine, its working ...
0
votes
2answers
43 views

SelectedItem in ObservableCollection

I have: <DataTemplate x:Name="_ComboBoxTemplate" x:Key="_ComboBoxTemplate"> <StackPanel Orientation="Horizontal"> <StackPanel> ...
0
votes
0answers
46 views

How To Replicate WndProc For Windows Store App?

This is the method i am trying to reconstruct on a Windows Store App. Is there any way to replicate it? This code below is a piece of Sample code from IDENTIVE. protected override void WndProc(ref ...
0
votes
1answer
43 views

Concurrency with Windows FileIO

I'm writing a Windows Store app that retrieves some information from the server and display it locally. To increase the "responsiveness" of the app, I decided to store the query results in local app ...
1
vote
1answer
94 views

Adding RichTextBlockOverflow to FlipView

I have a book application that I am using the FlipView control to flip between pages of any selected chapter in the book the user is currently reading. I am dynamically creating the pages in and ...
1
vote
2answers
56 views

How to count/ find specific listview items (class)?

I have a listView filled with Classes (PlayCard). I want to count the classes with the same values for cardNumber If the number is more than twice in the listView I want testBool to become true I got ...
1
vote
2answers
79 views

Visual Studio 2012 JS/HTML5 Win 8 newly created project crashes

My project kept crashing after being swiped-down minimized with a code 1. Debug Output: 'WWAHost.exe' (Script): Loaded 'Script Code (MSAppHost/1.0)'. The program '[7048] WWAHost.exe' has exited ...
0
votes
0answers
27 views

Windows 8 store javascript app with cloud storage

I begin to use table storage in windows 8 store app. I download the library from: ...
0
votes
1answer
15 views

ad type id for Windows store Advertising SDK

I had a link to the list of ad types and sizes for the AdControl, but I just can't find it again. Does anybody have that link. I need to change it back from an image ad to a text add.
2
votes
1answer
95 views

Getting HTML values in Store apps

I am parsing a HTML file from my storage folder. I am going to parse to get some values. StorageFile store = await appfolder.GetFileAsync("01MB154.html"); string content = await ...
1
vote
1answer
57 views

Button as HyperlinkButton

Instead of creating a HyperlinkButton to navigate to other page in a frame, i want to use the Button. I have this HyperlinkButton <HyperlinkButton NavigateUri="/MyPageName" TargetName="mainFrame" ...
0
votes
1answer
30 views

Playing a playlist in Windows store app

I'm trying to make an app with windows 8 appstore. I have an app that using fileOpenPicker can select an mp3 file, en play it, and I can also load multiple files and make a playlist. Now how can I ...
1
vote
0answers
38 views

Caliburn Micro pass non generic parameter to new ViewModel

Caliburn Micro pass non generic parameter to new ViewModel in Windows Store App I navigate from one Page to another and want to pass my own class instance like parameter to ViewModel. I need ...
0
votes
1answer
11 views

Is there any API to get the possible values accepted by VideoDeviceController.GetDeviceProperty on a Windows Store App?

Is there any API to get the possible values accepted by VideoDeviceController.GetDeviceProperty on a Windows Store App?
0
votes
1answer
69 views

Parsing YouTube Json for Windows Store apps

I generate C# Class from http://json2csharp.com/ for any YouTube URL, in which some names are invalid like as follows: public class Feed { public string __invalid_name__xmlns$media { get; set; } ...
0
votes
0answers
32 views

how to get alias of the caller in windows 8 app

I am creating a windows 8 app (xaml) in vs 2012. I need to extract the caller alias and pass the information to Database. Would really appreciate if you provide any pointer. I tried to use: var ...
0
votes
2answers
42 views

How can I determine which items in a GridView that are visible in the current scroll window?

I have a GridView in my main app page and I want to do some background processing for the items that are currently in view for the user (high priority), and then of course do the other items too (low ...
0
votes
2answers
59 views

Is there any Memory limitation for a Windows 8 application as like in windows phone?

I am creating a image processing application in Windows 8. Since am playing with images I wanted to know is there any memory limitation for Windows 8 applications? Depending on that I can reduce ...
0
votes
1answer
60 views

Bind Dynamic Data from an API to FlipView control

I've been trying to bind data from a json API call to the flipView with no luck. Here's the HTML code: <body> <!--Define the Template Here--> <div ...
0
votes
1answer
482 views

Grid is not supported in a Windows Presentation Foundation (WPF) project

I am learning how to create a Class Library (Windows Store apps) and used a UserControl template to add a user control to it. Then I added a Grid tag to accompanying XAML. However, the tag is ...
0
votes
2answers
37 views

Styling Inner Elements in XAML Style

i have this code <HyperlinkButton Style="{StaticResource HyperLink-Navi-Container}"> <HyperlinkButton.Content> <TextBlock Text="Sample Text"></TextBlock> ...
0
votes
2answers
102 views

Increment string value in List

This is not much complicated. But I am wondering how to make it possible. XmlAttribute ids3 = item.GetAttributeNode("href"); string hrefname = ids3.Value; value1.Add(hrefname); ...
1
vote
0answers
72 views

Does Windows 8 Has The Ability To Read/Write NFC Tags?

I've tried downloading and deployed the Proximity Sample Code link. But i'm unable to do anything with regards to NFC. Then i did a search on YouTube and found this. Is this even NFC? From what i ...
3
votes
1answer
54 views

Copy and rename image to folder on Win 8 app

I have an image on my Win 8 metro app and I want to copy it to a folder previously set and rename it to the actual date and time. The only thing I can't get to work is the image copying. private ...
0
votes
0answers
46 views

How to embed a font into Windows Store app and to use it from WebView NavigateToString method?

I want to use a font in WebView of my Windows Store App. I was referring to this page. http://blogs.msdn.com/b/wsdevsol/archive/2012/10/23/about-webview-and-embedded-fonts.aspx This page use ...
0
votes
1answer
36 views

Is it possible to create an Attached Property on a Sealed XAML control class?

The Run class in the Windows Store Apps libraries is SEALED, unlike the old desktop version. I need to add a property to it that I can retrieve when the user selects the Run. Is it possible to attach ...
-2
votes
1answer
97 views

how to get Http Request from website by Windows App in C# [closed]

I send one Http Request for specific URL and want That URL send me feedback through a response. I know how to send a request but I don't know how I can get a response from that URL thanks!
0
votes
1answer
51 views

Changing the page header text in XAML

How do I change the default page header in a Windows 8 XAML application? The question is simple, just I am still learning XAML. <Page.DataContext> <local:MainPageViewModel/> ...
0
votes
1answer
50 views

Pushpin Address Balloon on Bing Maps in Windows Store Application

I want to show address of the location with pushpin on Bing Map. I was able to add pushpin image on desired location. I want to know that how can I show address of the location in balloon kind of ...
0
votes
1answer
70 views

How to get Listview ItemClick Vallue in Relay Command

Hi i'm working in windows store app with MVVM pattern and i have some problem in catch the listview itemclick value in relay command. Now i got the selected item value.But don't know how to get ...
3
votes
2answers
3k views

Unit Tests Not Appearing

I'm using Visual Studio Express 2012 on the Windows 8 Release Preview and I can't seem to get my unit tests to appear in the test explorer. I have a class called TestApp.Entity, and ...
0
votes
1answer
36 views

Is it possible to connect a Win RT app with PC via Bluetooth?

I am trying to find a sample that connect a Win RT app with other Bluetooth devices for example a PC. It is a basic thing but seems like it is not supported in WinRT. In one thread a Microsoft ...
0
votes
0answers
44 views

Need to disable Ui when popup is open

In my Windows Store app (c#) i have Popup: <Popup x:Name="LoginPopup" HorizontalAlignment="Center" VerticalAlignment="Center" Width="400" Height="300" IsOpen="{Binding Path=LoginPopupIsOpen}"> ...
0
votes
1answer
32 views

Add image for Slider thumb in xaml

I would like to add image for thumb of xaml slider control in windows store app, How to add,is it possible in windows store app?
0
votes
1answer
32 views

Smooth polyline when draw windows store apps

I am drawing canvas by using polyline. Add point polyline when i move pointer and draw canvas. I want polyline smooth, can you help me algorithm.
1
vote
0answers
35 views

Replace element in GridView on element's event

I'm using a highly dynamic GridView inside my Windows Store App. Element's inside the GridView can have different template and size, depending on what I'm inserting inside DataSource. For instance: ...
0
votes
0answers
18 views

Deactivate Telerik's diagram animations when the page is shown

Per default, Windows Store apps show a little animation when a new page is shown: The page moves a little to the left. (What's this kind of animation called?) Telerik diagrams for Windows 8 do ...
2
votes
2answers
211 views

Windows Store App Development - InvalidateRequerySuggested

in regular WPF projects I've used CommandManager.InvalidateRequerySuggested(); in order to force a value converter to be executed again. Now, in Windows Store App development this handy command is ...
1
vote
4answers
84 views

Ref in async Task

How I can to pass a reference as a parameter to Async method in Windows Store App ? I'm looking for something like this: var a = DoThis(ref obj.value); public async Task DoThis(ref int value) { ...

1 3 4 5 6 7 38