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.
12
votes
2answers
156 views
Purpose of Emit.OpCodes in .NET for Windows Store apps API?
I am considering porting a third-party library to .NET for Windows Store apps. The library makes excessive use of System.Reflection.Emit.OpCodes via calls to the ILGenerator.Emit method overloads.
In ...
0
votes
1answer
34 views
How to use another page's control at my current page in windows store application?
I want to using another page's control(for example; Frame) my current page in Windows store application.
Button mybtnSave = (Button) Master.FindControl("btnSave");
This code belongs to Asp.Net but ...
0
votes
1answer
132 views
GridView and VariableSizedWrapGrid templating windows store app
I'm writing a windows store app, the main page is a GridView of grouped items.
I already managed to get the templates of the different tiles of the GridView,
but the problem is as follows:
I ...
2
votes
1answer
122 views
XAML - Simple animation for simple custom control
I'm working on a Windows Store App with C# and ran into something where I can't imagine it's difficult, but I can't find out how to do it.
On my MainPage.xaml I created a user control: A StackPanel ...
0
votes
1answer
33 views
How to create two separate apps in the same solution
I have an application APP1 that must share a lot of code with another application APP0.
Both application share all project dependency and the only thing that is different is the build configuration. ...
-1
votes
0answers
18 views
why is it recommended to use ProcessOneAndAllPending when an app is suspended?
In windows 8 app development, it is recommended to use 'ProcessOneAndAllPending' when the app is not visible, suspended or snapped. However, this seems like a 'blocking' call and msdn description ...
0
votes
0answers
63 views
How do I deserialize complex XML into classes?
I have an XML coming in from the server in the form of:
<resultSets>
<resultSets uid="957136">
<results uid="777402">
</results>
</resultSets>
...
0
votes
0answers
16 views
OpenSSL create pfx from scratch, no input prompt
I'm trying to make a pfx file containing the Windows Store Developperaccount.
Since I want to created it without a gui i can't use MakeCert.exe.
So I need OpenSSL. I also don't wanna be prompt ...
0
votes
1answer
51 views
ListView item animations - Windows store app
I create simple grid application using basic grid example in visual studio and this tutorial. I expected this animation will work on all item's, but it seems that it works only on first one. My ...
0
votes
2answers
51 views
WPF layout changes (Fill, Full, Snapped)
I am working on a Win8 app destined for the Windows Store. Hurdles I am trying to overcome is how to deal with the different ways an app can be displayed.
Currently, my main pages is a ...
0
votes
0answers
14 views
Read Toast Content in Windows Store Application
Is there any way to read text of the toast, which is currently being displayed on screen in Windows Store Application?
Thanks.
0
votes
2answers
55 views
Image not displaying XAML
I created my own button that has Icon on the side and text on the other but the problem is the image is not displaying. did i miss something here? any help would be appreciated. TIA
This is the XAML ...
0
votes
2answers
45 views
How can I add an extra control to a XAML Grid?
I have a Grid bound to an ObservableCollection. I want to have an extra item in the grid such that it displays as just another tile but is actually, e.g., a button. Microsoft's Finance app ...
0
votes
2answers
37 views
Trying to modify GUI by another task
I've been trying to modify some GUI elements before/after a TCP connection that i'm trying to execute synchronously and assynchronously.
public async void ConnectAsync(String h, String p, String n)
{
...
0
votes
4answers
354 views
Splash screen in Windows Store apps
I am developing Windows Store Apps for Tablet using VS2012. Right now i am creating splash screen for my application. My requirement is the splash screen should be display full screen in my app.
but ...
3
votes
2answers
119 views
Adding service reference to SOAP service does not generate async methods
in metro style app I want to add service reference (wikispaces). VS2012 properly discovers service:
Unfortunately, the generated Reference.cs do not provide any methods from service:
Why it ...
0
votes
1answer
89 views
Can I load XHTML file in webview in store app?
Right now I am loading HTML file in webview by placing into the Assets folder(it's working fine)..
if I try do like that for XHTML file it is displaying as blank in webview.
Question: Can I load ...
0
votes
2answers
30 views
ShareMediaTask for WinRT
I saw for Windows phone 8 there is ShareMediaTask, is there something analog for WinRT?
1
vote
1answer
40 views
Class Property Not be included as sqlite database column
i have one entity class as
public class someclass
{
public string property1 {get; set;}
public string property2 {get; set;}
public string property3 {get; set;}
}
and using ...
1
vote
1answer
548 views
Windows Store In-App purchases (addons, consumables, subscriptions)?
Is it possible to have the following items be purchased through the Windows Store as in-app purchases?
Add-On
Consumables (One-Time Usage)
Subscriptions
Where can I find resources on how to code ...
2
votes
2answers
530 views
Game loop for Windows 8 store application in Xaml C#
I'm looking for some guidance when designing a windows 8 store, turn-by-turn game application (XAML / C#).
Each turn, the AI does some tasks, and the player does some tasks. This can be treated as a ...
0
votes
0answers
46 views
Accessing Music Library with TagLib
I am building Windows Store App. I want to access mp3 files in my Music Library. This is my code
StorageFolder musicFolder = KnownFolders.MusicLibrary;
IReadOnlyList<StorageFile> fileList = ...
0
votes
1answer
28 views
Navigation to other page using User Control
How can we navigate to other page on click on button in user control in windows store app? I tried by making a new frame object and calling navigate method, but no luck till yet.
thanks.
2
votes
2answers
36 views
Is there a way to get the “remember me” checkbox work on Azure Mobile Service authentication for WinRT apps?
I'm trying to add Azure Mobile Service authentications to my WinRT app. I got everything working and I can sign in with all the 4 social media accounts(Facebook, Twitter, Google and Microsoft ...
7
votes
1answer
478 views
Binding a property that hides another in WinRT XAML (Windows8, Metro, Windows Store App)
right up front i want to say: please don't suggest alternative solutions, unless you can accomplish it without modifying the Types that are of the pattern BaseXXXXXX
that said, this behavior goes way ...
9
votes
2answers
606 views
Synchronously waiting for an async operation, and why does Wait() freeze the program here
Preface: I'm looking for an explanation, not just a solution. I already know the solution.
Despite having spent several days studying MSDN articles about the Task-based Asynchronous Pattern (TAP), ...
0
votes
1answer
53 views
Search results xml, c # - Windows Application Store
Good day, I am creating an app bible, I'm having trouble searching the verse ("v"). I have created the whole structure can filter the book ("b"), then it loads a list of all the chapters ("c"), when ...
8
votes
4answers
5k views
Thread.Sleep replacement in .NET for Windows Store
Thread.Sleep doesn't seem to be supported in .NET for Windows Store apps.
For example, this
System.Threading.Thread.Sleep(1000);
will compile when targeting any .NET Framework (2.0, ...
0
votes
0answers
58 views
Parsing local file
I want to parse from local file (.txt) And I get this. Can anybody help?
I use Visual Studio 2012 and make win8 app using Grid template.
An unhandled exception of type 'System.Exception' occurred in ...
2
votes
1answer
194 views
Windows 8 Application - Single Sign On In App - Not Domain joined
I am building a Windows 8 application where I would capture and store credentials using the Password Vault. I would like to then use them for all HTTPS requests to a specific domain. This is easy ...
2
votes
1answer
73 views
Experiencing “DEP3000” error when trying to run WinRT unit tests
I am experience this strange error trying to run unit tests for WinRT from Visual Studio 2012.
Error: DEP3000: Attempts to stop the application failed. This may
cause the deployment to fail. ...
0
votes
2answers
80 views
Grid View Items contents in xaml (windows store app)
how can I get to the contents of the clicked grid Item in a grid view ... for example the grid item has a textbox ... how could I get the contents of this textbox when the gridview Item is clicked vie ...
1
vote
0answers
41 views
How can I debug XAML Exception [duplicate]
Im using C#/XAML and developing a Windows Store App.
My app is connected to a WCF service.
So I have a listView from wich the user can add and remove Controls from.
When the listView is empty the ...
0
votes
1answer
39 views
TextBox context menu prevents showing AppBar
Consider the following page:
<Page ... >
<Grid>
<TextBox AcceptsReturn="True" />
</Grid>
<Page.BottomAppBar>
<AppBar>
<Grid>
...
1
vote
1answer
58 views
How to distribute processor-specific WindowsStore assemblies with nuget
I've got an assembly which links to native Sqlite for Windows Store apps.
Because Sqlite is native, then this assembly cannot use the AnyCPU profile - instead it has to supply separate ...
1
vote
1answer
39 views
Grid Items to fill the screen … xaml
how can I set the size of the grid Items in a GridView control so that the Items will auto
re-size to fill the screen . for example if there was 2 items each will fill half of the screen and if there ...
0
votes
0answers
26 views
Bind Image to Image Control in Windows Store Application
I am binding an image to image control, the image is coming from server. It takes some time to to get image from server and bind it to view. I am showing a loader during this process. Can anyone tell ...
0
votes
0answers
42 views
How to get to my Windows Store App an ObservableCollection via WCF?
Im very new to this type of technology and I want to do a WCF service that can get me some data and implement it on a Windows Store App. Whats the best way to implement this data onto my app ...
0
votes
0answers
40 views
Windows 8 app memory leak calling web service
We have an app which is pulling information from a SOAP web service.
The web service is called within a loop pulling down the items 30 at a time until it has retrieved all of the items required.
We ...
0
votes
2answers
92 views
Windows 8 PasswordBox placeholder
How to add text placeholder to PasswordBox control in Windows 8 App while it is without text and doesn't get focus?
0
votes
1answer
78 views
Windows enterprise sideloading domain group policy
I'd like to sideload my Windows Store App to a Windows 8 Enterprise PC. The PC is domain-joined but now I am a little bit stuck.
As it says in the Documentation, the Group Policy on the domain ...
0
votes
1answer
61 views
Visual state not changing when control invisible
I've a button control that's got 2 visual states; say "Simple" and "Complex"; the former being the default. Initially the control is hidden.
When I set the visual state through VisualStateManager to ...
1
vote
1answer
54 views
WinRT MVVM Search Contract
I'm using Caliburn-Micro to build my Windows Store App, but I can't seem to find an example on how to implement the Search contract using this Library.
How can I do this?
Any help is appreciated.
...
0
votes
1answer
36 views
GridView Item's “ItemClick event” is not compiled - due to the applied styles?
Here is the current Style used (mostly from a template)
<Style x:Key="panoramaGridViewItemStyle1" TargetType="GridViewItem">
<Setter Property="FontFamily" Value="{StaticResource ...
0
votes
0answers
50 views
Large images with Direct2D
Currently I am developing application for the Windows Store which does real time-image processing using Direct2D. It must support various sizes of images. The first problem I have faced is how to ...
0
votes
1answer
64 views
What code is executed as part of the XAML design time? In Visual Studio and Blend
As some background, I'm playing around with a Windows Store App and Windows Phone 8 application sharing a single ViewModel (PCL).
I'm using MVVMLight and NInject / Common Service Locator to ...
0
votes
1answer
22 views
How can we do multiple transactions at same time in windows 8?
I need to order some inventory then sending the multiple http requests at same time from different devices to server.Can we do all tasks at a time .I mean no time difference in each transactions all ...
0
votes
1answer
30 views
Monospace Fonts for Windows Store App
Are there any monospace fonts that are acceptable for use in Windows Store Apps?? I have read the guidelines, but there isn't mention of anything monospace. Are there some built in fonts on Windows ...
0
votes
1answer
44 views
BitmapImage WriteableBitmap in windows store - metro
How do I convert a BitmapImage to WriteableBitmap Object in metro applications?
i've been searching for a while but i got no where
any help would be appreciated
0
votes
0answers
60 views
Average time to reach to a Point [closed]
In my WinRt application using XAML and C# , I have to find the distance between my location to another location and the average time required to reach to that location.
Distance between two points is ...












