Windows Runtime (WinRT) is a Microsoft platform architecture that allows applications to run in a sandboxed environment exposing a 'Windows Modern Style' UI/UX. Not to be confused with Windows RT, the edition of Windows 8 for ARM devices; see windows-rt.
6
votes
1answer
3k views
How can I disable portrait mode in Windows 8?
I have developed a XAML / C# Windows 8 app which does not support portrait mode. I've opened the Package.appxmanifest in Visual Studio and disabled the the portrait and portrait-flipped mode under ...
6
votes
1answer
635 views
DataContractSerializer in WinRT
I was practicing the WinRT API but encountered some problems need your help.
I want to try the DataContractSerializer and reference this site:
http://winrtstoragehelper.codeplex.com/
The code:
...
6
votes
1answer
61 views
How can I handle an interface method that may or may not be async?
I am attempting to create a serialization interface (similar to Cocoa's NSCoding protocol) so that I can get a quick binary representation of a class to send across a network or store in a database. ...
6
votes
2answers
2k views
Showing Html in WinRT with RichTextBlock or other component
I want to show html in string with some component. Now I am using RichTextBlock and I tried few extensions for converting html to xaml or rtf but I didn“t found any working with WinRT. I know I can ...
6
votes
9answers
2k views
WinRT - view and edit PDF
I want to make Windows Store app which can open a PDF file and show it in a control. A user should be able to add some items (like annotations, underlines, ...) and then save it to PDF.
Which ...
6
votes
2answers
502 views
Why exposed types must be sealed for WinMD/WinRT components?
VS compiler does not allow to create sealed exposed types for WINMD type library.
Why is this restriction placed ? (I know about sealed types advantages, my question is with respect to Win RT ...
6
votes
1answer
614 views
WinRT and persisting struct to and from an array of bytes?
Using .NET 4.0 I can quickly convert a struct to and from an array of bytes by making use of the Marshal class. For example, the following simple example will run at around 1 million times per second ...
6
votes
2answers
271 views
How to solve XAML parse errors?
I have a XAML (Windows 8 WinRT XAML) + C# application that has a XAML UserControl. In the designer, I don't see any issue (no red underlines or similar). The Project also compiles without any errors.
...
6
votes
2answers
596 views
Changing the appmanifest of a WinRT app destroys the apps data
In my WinRT-application I store user data (not session data) in a local file. The file is saved and loaded via ApplicationData.Current.LocalFolder.
Every time I make a minor change to the ...
6
votes
1answer
249 views
OpenID in a Win8 Metro-style app (Authenticating with Steam)
I've been thinking of making a Windows 8 Metro (WinRT) style application that would allow the user to login/authenticate with the Steam WebAPI so I could use their stats etc that they provide. However ...
6
votes
1answer
999 views
Capture the stream from microphone in WAV formatting
I'm migrating an metro style application from windows phone 7.5 to windows 8. My application was used to capture the microphone input stream .
I've found MediaCapture class in the win 8 api for metro ...
6
votes
1answer
5k views
WinRT image handling
A friend and I spent the better part of last night nearly tearing our hair out trying to work with some images in a metro app. We got images into the app with the share charm, and then I wanted to do ...
6
votes
2answers
2k views
PInvoke in Metro Apps with Windows 8 / WinRT
I have an simple FM Radio Tuner App in Silverlight 5 Out-of-browser that calls code from a Native C++ DLL from my USB FM Receiver using PInvoke. This application works very fine in Windows 8 with ...
6
votes
1answer
800 views
WinRT and software ClearType font rendering
Does WinRT provides an option to fall back to software ClearType font rendering (as Direct2D do via "Direct2D and GDI Interoperability") or we will be stuck with somewhat blurry hardware font ...
6
votes
0answers
251 views
How does WinRT handle BitmapImage and Image memory
I am new to programming Windows Store Apps with C# and I am trying to understand how image memory is handled. My app is very simple: it references a bitmap from a file using a ...
6
votes
2answers
318 views
How to track WinRT applications (in Win32 it was simple)?
In "old" times I created simple tool for Windows users, which tracks what they were doing in the front of computer (where simple activity monitor). I was using Win32 api and functions like ...
6
votes
1answer
403 views
How to get feedback from MediaCapture API in Windows 8
I'm trying to do face tracking apps in Windows 8 app. And I aware that in order to access the camera stream, I have to use MediaCapture.AddEffectAsync() which has to be done incorporate with C++ as ...
6
votes
1answer
956 views
How can I get a new default WebProxy object in a C# Windows Store app?
My question comes from an issue I discovered on a corporate network. I'm developing with Windows 8 so in my case IE10 is set to automatically detect proxy settings.
In my C# app I use ...
5
votes
3answers
3k views
WinRT: App to enumerate files outside libraries and known folders
I am working on a Metro app that shows the content of a given folder in a ListView control.
MS decided that developers don't need the System.IO.Directory class and removed it entirely from the ...
5
votes
4answers
2k views
Accessing other processes in Win8 Metro-style app
I am trying to build a Windows 8 "metro-style" app that will operate as a "app killer". For those of you who have used Win8 (Tech Preview) you'll notice that once you open a metro-style app you ...
5
votes
5answers
6k views
How to find icons for app bar in metro windows 8? [closed]
How to find icons for app bar in metro windows 8 ? And how can i add custom icons ?
5
votes
2answers
938 views
Any alternative for IsSubclassOf or IsAssignableFrom in C# Metro-style
Is there any alternative for IsSubclassOf or IsAssignableFrom in C# Metro-style?
I'm trying to make this code run on Metro but can't find alternative.
if ((ui.GetType() == type) || ...
5
votes
3answers
2k views
Can I uniquely identify a device in WinRT
Is there any mechanism to identify a device uniquely (even if it is anonymous)?
To be clear, by "device" I mean the computer/slate/pc.
Solution
http://codepaste.net/ybt893
public static string ...
5
votes
2answers
903 views
Does Windows 8 Compile JavaScript?
It is exciting that Windows 8 is supporting so many languages for Metro App development. One that especially interested me was the HTML5/CSS/JavaScript. What I don't understand, is this code going ...
5
votes
1answer
3k views
Is it possible to modify the User-Agent for a WinRT HttpWebRequest?
I am trying to convert an existing app to a Metro UI app in VS 11 Developer Preview. This means running against the WinRT runtime (correct me if I'm wrong). This runs on the Windows 8 Developer ...
5
votes
2answers
2k views
GridView Orientation with Wrapping in WinRT
I am developing a WinRT app in c# , I am using a GridView to present my item.
I want my items to be arranged Horizontally and then(when reached the max width) next items should be added to the new ...
5
votes
1answer
823 views
How do I find out if a file is already created in a StorageFolder
If I have a metro StorageFolder, I can get a file using
GetFileAsync(fileName).
However, how do I know if the file exists in the first place? Right now, I catch an exception but it does not seem like ...
5
votes
3answers
2k views
WinRT & Light Theme
How can I set my XAML Metro application to use the light theme (as shown in VS 11 Beta Platform Dock)
It defaults to the dark theme which I don't like
Thanks
5
votes
2answers
1k views
Can web hosted javascript files be included in metro apps?
I want to include a web hosted piece of javascript to act as a widget in my metro application. The goal would be to be able to maintain the state of the widget outside of the metro app so that a ...
5
votes
1answer
3k views
Windows Phone 8: Media file access
Are there means to access audio and video files from the default audio/video folders in Windows Phone 8? I already checked this document but all methods (for instance KnownFolders.MusicLibrary) are ...
5
votes
2answers
2k views
Playing a sound from a generated buffer in a Windows 8 app
I'm porting some C# Windows Phone 7 apps over to Windows 8.
The phone apps used an XNA SoundEffect to play arbitrary sounds from a buffer. In the simplest cases I'd just create a sine wave of the ...
5
votes
2answers
2k views
WinRT/Metro Animation
The following code works fine in Silverlight:
private void Button_Click_1(object sender, RoutedEventArgs e)
{
Storyboard storyboard = new Storyboard();
DoubleAnimation doubleAnimation = new ...
5
votes
1answer
521 views
How does JavaScript hook WinRT events?
Suppose I'm writing a WinRT app with both JavaScript and C# code, and I want my JavaScript code to hook an event on my C# object.
I know that's supposed to be possible, but what would that JavaScript ...
5
votes
1answer
1k views
Handling Two, Three, Four Fingers Swipe Gestures in WinRT App
I have the following code:
private Point initialpoint;
private void ManipulationStarted(object sender, ManipulationStartedRoutedEventArgs e)
{
initialpoint = e.Position;
}
private void ...
5
votes
1answer
3k views
How to data bind nested ListView ItemTemplates in Metro/WinRT?
In my ViewModel I have a collection of objects which each contain another collection. I am trying to display this in my View by using nested ListView ItemTemplates. Here is a simplification of my ...
5
votes
1answer
2k views
Updating GUI of Windows 8 C# Metro App
I've created a basic Metro App for Win 8 using Visual Studio 11 Ultimate in C#.
The problem here is that I want to display text that dynamically changes with certain events.
An example would be an ...
5
votes
1answer
369 views
Using IIterable
The WinRT API function DataPackage::SetStorageItems takes a parameter of type IIterable<IStorageItem^>^. What I have is a single StorageItem^, not a collection.
I'm a bit confused as to how to ...
5
votes
1answer
1k views
WinRT and .NET clarification(s)
I would like to clarify some points about WinRT and where .NET fits in relation to it. The following is a set of statements I believe to be true... correct me where I am wrong:
WinRT is a seperate ...
5
votes
1answer
2k views
Windows 8 - BeginAnimation?
It seems I can't do myObject.BeginAnimation(dp , animation).
Is this a bug or has it been changed?
5
votes
1answer
446 views
WinRT app deployment to multiple devices
If you build app against WinRT, can you deploy it to any device or do you have to have multiple builds (one per platform) like you do right now?
5
votes
1answer
104 views
Storage file to System uri?
I have a Windows Metro app written in c#.
Here is the code I am using to pick a file from a local music library:
FileOpenPicker openPicker = new FileOpenPicker();
openPicker.ViewMode = ...
5
votes
2answers
170 views
Windows Store App Layout Discrepencies
I'm using a Viewbox to scale a fixed size canvas (containing various paths that together form a meaningful picture).
<StackPanel Background="Red" Width="400" UseLayoutRounding="True">
...
5
votes
2answers
256 views
C# WinRT component fails in UserControl constructor calling from WinJS
We are building a WinRT application with JavaScript (WinJS) that accesses REST/JSON web services via C# WinRT Component library. In the component library we have a Logon control (much like ...
5
votes
3answers
308 views
Is it possible to set a subject to the mail app in Windows 8 metro application, if I am using share contract and sharing files?
First of all, I am sharing the content from my windows 8 metro application to another app (for example Mailto app) so:
Now I am sharing files to mailto app using share contract and sharing files from ...
5
votes
4answers
3k views
ListBox Background Color (XAML/WinRT/Metro)
I'm trying to change the background color on a "ListBox" on a WinRT page (XAML). When I use the "Background" property, it changes the background how I want it when the control doesn't have the focus. ...
5
votes
4answers
2k views
How to convert Platform::String to char*?
How do I convert the contents of a Platform::String to be used by functions that expect a char* based string? I'm assuming WinRT provides helper functions for this but I just can't find them.
Thanks!
...
5
votes
1answer
2k views
WinRt WebView control handling navigation within the control
I have a Metro app using a WebView control. I'm using NavigateToString to load a html file which may contain hyperlinks. What I then want to do is detect when one of these hyperlinks is selected ...
5
votes
2answers
1k views
How do I add a Global Exception handler to a Metro Style App?
Is there any specific way to add a global exception handler to a Metro style app, just like LittleWatson in WP7 in the App.Xaml.cs file? what is the best practice and pattern to handle this?
5
votes
2answers
1k views
List of resources for Windows 8 Metro on writing apps using HTML/CSS/JavaScript?
I see a lot of C#/XAML resources out there, but I'm wondering if there are any resources for HTML/CSS/JavaScript version on writing Windows 8 Metro apps?
By resources, I mean any of these:
...
5
votes
6answers
1k views
How to use SQLite within a WinRT DLL?
I am trying to develop a WinRT DLL which uses SQLite to write database.
But it seems like some win32 APIs in SQLite source code are not supported by metro, such as, LoadLibraryW, GetTempPathA.
Is ...
