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.

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

Proper way for reminders in windows 8 modern ui

I am developing a windows 8 modern UI and I have to implement a reminder functionality. After googling I have found that ScheduleToastNotifications are good to use, I download the sample from here. ...
0
votes
1answer
14 views

using image file using Share contract

I have an jpg file that is added in VS project within images folder. I can access its path using following var imagePath = "ms-appx:///images/BookTitle.jpg"; I want to use this image in my app ...
0
votes
0answers
17 views

Can a WinRT application access a COM outproc server on Desktop?

Can a WinRT application access a COM outproc server hosted by Desktop application on same machine? Technical context We are on x86/x64 Windows 8 (non ARM). WinRT application can be C++/WRL or ...
1
vote
0answers
17 views

Share charms start giving errors after using it few times

I am creating my app as a share source. I have used basic navigation template. Then in the home.js file I added following code. (function () { "use strict"; ...
-1
votes
0answers
36 views

is entity framework obsolete? [closed]

Few days ago I bought Julie Lerman's book Programming Entity Framework, after reading some pages a question came to my mind, is Entity Framework (EF) obsolete? Then I did my job searching on Google ...
0
votes
0answers
11 views

insert image to richtextbox in winrt

i want to insert a Image to my richtextbox in winrt. but i can´t finish. i tryd various things. but it dont work. var dataPackage = Clipboard.GetContent(); var t = await ...
0
votes
0answers
27 views

Delete multiple items in semantic zoom (zoom out view)

I have been developing an application containing a semantic zoom (Windows8 store app) where i have bind data in gridview. Binding for Zoom out grid is as follows <GridView x:Name="zoomOutGrid" ...
1
vote
2answers
30 views

Saving image form Clipboard

i want to save one Image inside clipboard in winrt to file. but i found no way. can you help please? var dataPackage = Clipboard.GetContent(); var t = await dataPackage.GetBitmapAsync(); ...
0
votes
1answer
27 views

Accessing default Media Player in Metro

I want to know that is there is any way to access default media player in metro application. Actually, i'm developing metro application which download video and after downloading i wanted to play this ...
0
votes
1answer
21 views

Cannot create BitmapImage from a chosen photo from phone

I'm trying to implement a Windows Phone 8 App that works with image handling, trying it to port it from a Windows 8 App. But I got stuck quite quickly, at the beginning. What I want to achieve is to ...
0
votes
0answers
14 views

Detect when interial scrolling begins WinRT XAML

Someone I've been banging my head around - is there a way to detect when intertial scrolling begins on a scrollviewer in WinRT's XAML model in a touch input scerario, no matter how round abouts it is? ...
0
votes
1answer
31 views

pass names from one page to another using jquery or javascript in winRT

I want to pass four names taken as input from user in first page to another page by navigating in winRT app using winJS or jquery. Suppose the four names are 1.akshay 2.ashish 3.pavitra 4.adarsh ...
1
vote
0answers
34 views

Launcher.LaunchFileAsync fails for opening a file extension associated with a desktop app

I am trying using file association to open a desktop app from modern app. I followed all the steps correctly and am able to open the .try files with updater.exe through windows explorer. But when I ...
0
votes
2answers
24 views

Determine when user leaves WinJS app

I'm building some very basic analytics for in-house WinJS apps. Take this to mean that a 3rd-party analytics solution would both overkill and/or unworkable and/or against the 3rd-party providers terms ...
0
votes
0answers
12 views

Debug at design time for windows store apps?

Is it possible to debug the designer of a Windows Store app? In WPF I believe you can do this by setting the project to launch a second instance of VS as outlined here ...

1 2 3 4 5 239
15 30 50 per page