Questions tagged [windows-rt]

Windows RT is a version of Windows 8 for ARM devices. Use this tag only for questions about Windows RT. For questions about the Windows Runtime ("WinRT"), use [windows-runtime].

Windows RT is a version of Windows 8 running on devices with ARM architecture. Microsoft's reference implementation of the Surface tablet provides Windows RT and offers a NVIDIA Tegra 3 Quad Core running at 1.30GHz with 2.00GB of RAM.

The OS isn't typically sold in a box or as a download, but rather preinstalled on a device - typically a slate tablet.

The main difference from other Windows 8 versions is that it does not allow to install old -based desktop applications, only -based , except some Microsoft applications like Office or system ones.

231 questions
2
votes
2 answers

DWM in Win7/8 + GDI

A problem I've noticed once on my Win7 system, thought it was a DWM bug as it was fixed after a reboot. But now I'm realizing that it's happening (as default behavior) on other people's systems, and it's the normal behavior on Surface Pro as…
user2516466
  • 81
  • 2
  • 7
2
votes
1 answer

WinForms in Windows RT

I have a WinForms application written in .NET Framework 2.0. Can it run on a Windows RT device ? If not which tablet would run my app?
user1990009
  • 855
  • 1
  • 7
  • 16
2
votes
1 answer

How to deploy windows form applications on a winRT tablet (Surface)?

Is it possible to deploy a windows form application to a winRT tablet? Say surface. The target platform for a win form application is either x86 or x64 and not ARM. Hence I am not able to build a win form application for the tablet and hence could…
2
votes
2 answers

Communication between MS Metro and an Arduino board?

I've received a project from someone that includes an Arduino (Uno) board with some sensors and lights with an USB cable and a documented protocol for communicating with this board through a COM port. It works fine with some existing code, but I…
Wim ten Brink
  • 25,901
  • 20
  • 83
  • 149
2
votes
1 answer

Developer License Error Windows RT (Error 0x90070005)

I am trying to install an application(my own developed) on windows RT(Qualcomm tablet). during the installation(acquiring the developer license) it gave me an error i.e. "We couldn't get your developer license for Windows RT.(Error 0x90070005). My…
user878275
  • 21
  • 2
2
votes
1 answer

how to deploy metro app to windows rt device WITHOUT STORE

I developped a metro app and its for my company only. so I'm not going to upload it to windows store. I want to use my app on Windows RT devices (over 400). I tried to open appx with powershell but powershell needs developer license How can I deploy…
eomer
  • 3,514
  • 7
  • 30
  • 42
2
votes
1 answer

Handling Bitmaps in Windows 8/RT app

I have previously created a C# console application for manipulating Images. Now I'd like to port it over to a Windows 8/RT app. Unfortunately I can't seem to take advantage of following packages: using System.Drawing; using…
Thomas
  • 4,030
  • 4
  • 40
  • 79
2
votes
0 answers

Prevent landscape mode WinRT app when external keyboard connect

Our application supports only portrait mode and it is working fine. But when I attach external keyboard for Microsoft Surface tablet, my application is converted to landscape mode. Can I prevent this behavior to not to rotate to landscape even if…
patel kavit
  • 484
  • 1
  • 6
  • 22
2
votes
1 answer

How do install / distribute developer builds to Microsoft Surface users for beta testing?

We're developing a Surface RT app and would like to distribute it to some beta users for testing. Of course if we physically have their device, we can plug it into a PC running Visual Studio, burn some incense and eventually get it running. But how…
mm2001
  • 6,427
  • 5
  • 39
  • 37
2
votes
2 answers

Any other ways to write app for Surface RT instead of Windows Store app?

Is it possible to write a console EXE app like "hello, world!" for Surface RT? I thought it suffice to compile it for ARM, but it seems there's no such compile option. I installed Office 2013 RT and I found the Excel.exe. So can I write such EXE,…
smwikipedia
  • 61,609
  • 92
  • 309
  • 482
2
votes
0 answers

Error calling TileUpdateManager.CreateTileUpdaterForApplication()

I'm playing around with sample code that makes use of live tiles, and when it tries to create the TileUpdater instance via: TileUpdateManager.CreateTileUpdaterForApplication() It immediately crashes with the following message: The notification…
chinabuffet
  • 5,278
  • 9
  • 40
  • 64
2
votes
1 answer

How do I set up visual studio Remote Debugger to go over Ethernet?

I want to debug an app remotely on Windows RT (though this applies to any remote debugging, I guess), I don't want to open up my WiFi connection wide or handle complex software configuration every time I connect (firewall etc.). I thought that maybe…
Shahar Prish
  • 4,838
  • 3
  • 26
  • 47
2
votes
1 answer

Is it possible to debug a Windows Store app on Surface RT (or other ARM devices running Windows RT)?

I have known that Surface RT version can only run Windows Store app. So, Can I deploy my own Windows Store app to Surface RT and debug it by Visual Studio 2012 remote debugger?
John Zhang
  • 33
  • 6
1
vote
0 answers

Is there a way to access webcam in windows through node js application without using any external npm library

Is there a way to access webcam in windows through node js application without using any external npm library . I have figured out a way using c++ binding to use windows runtime apis ,is this the only way or i am missing something
1
vote
0 answers

Is there an scheduled calendar day view, weekly view for windows 8.1

I am trying to create the day view, weekly view from the monthly calendar but i couldn't able to achieve the day view and weekly view in windows RT 8.1. Thanking in advance.
Ram
  • 11
  • 1