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.
243
votes
6answers
27k views
How does the new Windows 8 Runtime (WinRT) compare to Silverlight and WPF? [closed]
I am trying to get my head round the new Windows 8 Runtime that is used to create Metro style apps. I know you can use it with XAML and it is based on .NET so C# and VB.NET can be used to write the ...
113
votes
2answers
17k views
Why is WinRT unmanaged? [closed]
Windows 8 introduces WinRT, which is like .NET but unmanaged.
Why is it unmanaged? Is it a performance issue? Does it mean garbage collection is not suitable for lower level APIs?
75
votes
4answers
20k views
How can a Metro app in Windows 8 communicate with a backend desktop app on the same machine?
In a situation where you have the UI frontend built using the new Metro style of apps for windows 8, and would like it to communicate with a .NET application running on the desktop on the same local ...
41
votes
1answer
9k views
Using WinRT from C?
Watching the //BUILD stuff, I saw that WinRT API's can be consumed by C code:
I am rather excited about a fresh C API available to Win32 developers.
Where can I find information on the C WinRT ...
40
votes
4answers
10k views
How to Distribute Compiled Windows 8 Metro Applications without Windows Store?
I am just curious if there is a way to package up a Windows 8 Metro application to distribute it to others with the Windows 8 Developer Preview installed? It would be nice to be able to allow someone ...
33
votes
6answers
9k views
Creating Windows Metro style apps with Java?
I know how to create small desktop applications in Java. I want to know, can I make Windows Metro style apps in Java? Because on the web only C++/C/C#/JavaScript etc. are mentioned. If yes can you ...
30
votes
1answer
693 views
Berkeley Socket facade for WinRT Networking plausibility?
This is a copy of a post I've sent to the ZeroMQ mailing list. However, the question is raises it not specific to ZeroMQ, but more generally regarding the need for a 'mapping' layer over the ...
28
votes
2answers
2k views
WinRT and build-in Windows 8 Apps
Can non-Metro Windows apps (ex: Explorer) be built with the new WinRT, or must they still be Win32 based?
24
votes
6answers
8k views
C++, C# and JavaScript on WinRT [closed]
From image below, Windows 8 Platform and tools. I know this mean I can use C++, C# or JavaScript for Metro style App. I also watch some build's keynote and I have couple of questions here.
Do ...
23
votes
5answers
15k views
WinRT and WPF in Windows 8
As I understand, WinRT is a different version of WPF written without using the underlying Win32 APIs.
What's the relation of WinRT and WPF? Will WPF work under Metro in Windows 7 or will it launch ...
23
votes
2answers
1k views
Creating a Sorted Collection View in WinRT
Has anyone had a go at creating a view that sorts a collection? The ICollectionView interface is present, and it claims to have the same responsibilities as its WPF / SL counterpart (sorting, paging, ...
22
votes
3answers
18k views
Windows 8, C++ and Metro GUI samples?
So I look at this (Windows build keynote 1:42:56) And I just do not get it - what I can use to create GUI from C++ and/or GUI language that will be capable to call functions from my C++ code? HTML, ...
22
votes
1answer
3k views
Query Local IP Address
I have the need to know my actual local IP address (i.e. not the loopback address) from a Windows 8 WinRT/Metro app. There are several reasons I need this. The simplest is that in the UI of the app ...
21
votes
3answers
3k views
auto foo = ref new Foo(); What is “ref”?
I was watching a video from, //build/ and several of the MS developers were using a syntax like this in their C++11 programs:
auto foo = ref new Foo();
I understand what everything does in this ...
21
votes
4answers
4k views
Windows 8 and LOB Apps
What is the recommended approach for building line of business apps for Windows 8? e.g. complex bespoke finance application
They clearly don't fit into the Metro style so presumably will be a regular ...
19
votes
5answers
4k views
Is there any way to write a WinRt (Metro) app that will also work on Windows 7 and Vista?
We can’t just leave our customers that are not able to upgrade to windows 8 for a long time in the larch. However there is demand for a “tablet”/”touch” version of our app.
So how can we support ...
18
votes
3answers
4k views
The given System.Uri cannot be converted into a Windows.Foundation.Uri
I'm trying to programmatically load a BitmapImage in a XAML Metro app. Here's my code:
var uri = new Uri("/Images/800x600/BackgroundTile.bmp", UriKind.RelativeOrAbsolute);
var imageSource = new ...
18
votes
1answer
2k views
Does WinRT have Garbage Collection?
Does WinRT have Garbage Collection?
Or does it do reference counting as does COM?
17
votes
5answers
2k views
Is new JIT-ed programming language in windows 8 metro/winRT possible?
Lets say I want to create a new programming language or use some language not supported by MS (Haskell, Java... whatever) but want to be able to code against windows 8 metro/winRT.
I know that all ...
17
votes
3answers
4k views
Best practice for saving sensitive data in Windows 8
What's the best way of saving sensitive data to a local file in Windows 8? I'm developing a C# application that needs to store oAuth tokens/passwords. I've heard it was common in .NET to ...
16
votes
5answers
1k views
What's the main developing framework for the next Windows?
Some articles point to Windows 8 development being HTML-based instead of primarily using native code like C or C++ (as it has been until now) or .NET (as now, or even more so as it would have been in ...
16
votes
2answers
2k views
Resources for native Metro app development with Delphi
Are there resources on the web which help to get started with native Metro app development with Delphi (Win32)?
So far I found the MSDN introduction, Getting started with Metro style apps, which ...
15
votes
5answers
2k views
Does WinRT still have the same old UI threading restrictions?
In WinForms, pretty much all your UI is thread-specific. You have to use [STAThread] so that the common dialogs will work, and you can't (safely) access a UI element from any thread other than the one ...
15
votes
8answers
7k views
Local database storage for WinRT/Metro applications
I am trying to find an API within WinRT that will allow me to create a local database that can be used to store data for an occasionally connected application. I am looking for something like SQL ...
14
votes
5answers
3k views
Can old native applications run on Windows8 tablet version?
I don't understand this picture well.
In the Metro style Apps, what does C/C++ mean? Native C/C++? or is it managed C++? They(Metro style apps) don't even have Win32 layer!
To make an application ...
14
votes
2answers
4k views
WPF/Silverlight VS WinRT
I never actually built an application (nor a HelloWorld) in WinRT, and I'm very suspicious.
My question is if there are features in WPF/Silverlight that don't exist in WinRT (excluding features that ...
14
votes
1answer
4k views
Detect Simple Touch Gestures
Can anyone explain on how to detect simple touch gestures in a WinRT app? I tried using the GestureRecognizer class but it didn't work:
public MainPage()
{
this.InitializeComponent();
...
14
votes
2answers
5k views
WinRT and .Net Framework
After the WinRT presentation, I'm confused about the role of the .net framework in the Microsoft development stack.
Is it necessary for developing WinRT applications?
14
votes
1answer
1k views
Communication between Windows Store app and native desktop application
! For the sake of simplifying things I will refer to Windows Store applications (also known as Metro or Modern UI) as "app" and to common desktop applications as "application" !
I believe this is ...
13
votes
2answers
8k views
Update UI from thread in WinRT
Since the Windows 8 consumer preview was released a few days ago, I am working on the new WinRT (for Metro Applications) in C# and I had ported my self written IRC class to the new threading and ...
13
votes
2answers
776 views
Does WinRT/Metro support multiple monitors?
I want to create an application that has multiple touch surfaces, preferably using the Metro/WinRT APIs. However, much of what I've read indicates that Metro is confined to a single (primary?) ...
13
votes
1answer
2k views
JavaScript error in WebView with Windows 8 Metro
I have a <WebView> control on a page in my application. The user can pretty much enter whatever URL they like and have it display in this WebView. This is by design.
The problem is, there are ...
13
votes
2answers
5k views
Metro Tile Notifications in C#
I'm trying to put together a simple Windows 8 metro style app in c# with tile notifications but I can't seem to get them working.
What I can't quite figure out yet is where the code to update the ...
13
votes
4answers
3k views
What are WinRT language projections?
What are WinRT language projections and what are they used for?
13
votes
3answers
3k views
Get OS-Version in WinRT Metro App C#
I'm programming a Metro Style App with C# and the Visual Studio 11 Beta.
Now I want to get the OS-Version of the OS. How can I get this?
I found out how to do it in "normal" Applications.
There you ...
13
votes
4answers
1k views
How can I debug Windows Runtime data bindings?
What techniques are there for debugging issues with data binding in a Windows Metro style application? Are there techniques available like those for WPF and Silverlight applications, described at:
...
13
votes
3answers
1k views
Compile C# on a (not for) Windows 8 ARM Tablet
Would it be possible to code and compile C#, on a Windows 8 Tablet (WinRT) (the ARM processor edition)?
Basically it comes down to this:
Is there a C# compiler that runs on ARM?
Is there and IDE ...
13
votes
1answer
168 views
Recommended method signature when returning output from asynchronous method?
I have one asynchronous method:
public async Task<BitmapSource> GetBitmapAsync(double[] pixels);
Let's say I also have this class:
public class PixelData
{
public double[] Pixels { get; ...
13
votes
3answers
904 views
Mocking frameworks for WinRT?
It feels like I've got to be missing something, but I haven't been able to find any mock-object frameworks I can use when I'm writing unit tests for my WinRT code. Are there any WinRT-capable mocking ...
13
votes
1answer
339 views
Why do WinRT framework assemblies have the same fully qualified name as their (different) non-WinRT counterparts?
This is really just more of a curiosity type question. I deal with looking up types across assemblies and raw IL. Windows 8 really puts a kink in something I'm implementing though. I've found that ...
13
votes
1answer
482 views
Is it possible to create WinRT project with cmake?
To create WINRT project we need to have CMake >= 2.8.10 and:
Set project type to be Windows Store App(CMAKE: SET_TARGET_PROPERTIES(target PROPERTIES VS_WINRT_EXTENSIONS TRUE)
Add compiler flag /ZW ...
12
votes
3answers
1k views
Can the ARM version of Windows 8 only run Metro (WinRt) style apps?
See also: Is there any way to write a WinRt (Metro) app that will also work on Windows 7 and Vista?
I am trying to understand how to target both Windows 8 on Arm and Windows 7, given that Windows 7 ...
12
votes
1answer
387 views
Do Metro controls reuse the same codepath at low level even if controls are created from HTML/JS or XAML?
Suppose I create two metro apps,
one with an HTML view which has
<input type="text"/>
another with a XAML based view
<TextBox/>
Does the underylying implementation map to the same ...
12
votes
3answers
3k views
DataTrigger in WinRT?
I was able to find EventTrigger in the WinRT reference, however, I wasn't able to find DataTrigger. I wasn't able to use it in an application either.
Can anyone confirm that DataTrigger is really ...
12
votes
1answer
5k views
Windows 8 how do you supply the 3 sizes of splash screen
Trying to create a windows 8 C# metro app, first job set the splash screen.
How can I supply the 100%, 140% and 180% versions as referenced in the Splash screen element docs?
That link refers to ...
12
votes
3answers
2k views
How to uninstall an app that another user installed?
I keep hitting this problem when I try to debug my Windows 8 apps and there is a copy already installed on another user account:
DEP0700 : Registration of the app failed. Another user has already ...
12
votes
1answer
1k views
Get custom attributes of enum value
In a WinRT .NET application (C#) I want to get the custom attributes, that are defined on an enum value. Take the following enum for example:
public enum MyEnum
{
[Display(Name="Foo")]
...
12
votes
3answers
4k views
How to do UI Automation of Metro-Style Apps?
I've downloaded and installed the windows 8 consumer preview, and I'd like to figure out how to use the UI Automation API's to get data from metro style applications.
Background: I have a lot of ...
11
votes
3answers
2k views
How can I simulate my Metro app being terminated?
VS2012's default C# "Metro style" project templates include code in App.xaml.cs (in the OnLaunched override) to restore the application state after a suspend-and-terminate. This code only runs when ...
11
votes
1answer
2k views
How to a synchronize tasks?
Say I have an async method which saves to file:
async Task SaveToFileAsync()
{
var file = await folder.GetFileAsync ( ...)
var stream = file.OpenFileAsync(...)
///etc
}
Now imagine that ...