This tag is for questions about development on the Microsoft Surface Pro - a touchscreen Windows PC. General software issues not directly related to programming or programming tools should be directed to Super User instead.
Questions tagged [surface-pro]
26 questions
0
votes
1 answer
Small icons in ParaView, Surface pro 6 Linux
I am new to Linux. I am running Linux in surface pro 6, the display resolution and everything is good except Paraview. I tried to change some settings in ParaView and font size was better now but the icons in the GUI were too small. I came through…

Nikhil Nick
- 3
- 2
0
votes
0 answers
depth and infrared frame on a surface pro
I ran the sample UWP application CameraFrames found in https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/CameraFrames which is supposed to grab the infra red and depth frames. However I have never got those frames. I can see…

rukiman
- 597
- 10
- 32
0
votes
1 answer
Debugging on a Surface Tablet of UWP Application
I want to debug Microsoft UWP Application on my Surface tablet by connecting USB cable the way we do in Android and iOS development. Currently I am packaging the App and downloading and installing App on surface table which is very time consuming.
I…

user2599263
- 1
- 1
0
votes
0 answers
Recommendations on Installing our app on Surface Pro (3+)
We have built a working MSI/application for desktop . The client is requesting feasibility to install on a few Surface Pro (3+) devices and I’m not knowledgeable at all about how this may be different. We can create appx, but we really want to…

yeahdixon
- 6,647
- 1
- 41
- 43
0
votes
1 answer
Creating virtual smart cards with attestations
At some point in the past few weeks, the following command has started failing when creating virtual smart cards on a Surface Pro device:
tpmvscmgr create /generate /adminKey random /pin default /name Example /attestation AIK_AND_CERT
Requests…

Carl
- 256
- 5
- 10
0
votes
1 answer
Batch Script runs on Windows 10 Pro but not on Surface Pro 4
I have a batch script that has been happily running fine on our desktops and laptops running both W8.1 and W10 for some time now. The same exact script can't get past this last line of code without claiming "syntax error"
if not exist…

granitdev
- 136
- 2
- 13
0
votes
2 answers
UWP access buttons
Helloo all
I'm currently developing an app for surface pro 3 that should be capable of:
detecting whether touchscreen was tapped and where
getting device information (product ID, amount of RAM, CPu model etc.) done by launching console application…

LempsPC
- 125
- 1
- 1
- 9
0
votes
1 answer
Surface pro 3 microphone array, how to access them separately?
I have a surface pro 3 and I need to test all of the microphones built in to device(to see if every one of these work). Basically I need to develop an UWP app that can record audio so I can further analyze the record quality and also detect if some…

LempsPC
- 125
- 1
- 1
- 9
0
votes
0 answers
C# Windows Forms Resolution on Microsoft Surface
Recently I bought a Microsoft Surface Pro 4 and I'm using it as my main computer for development.
I was trying to create a project in C# using Windows Forms and I faced a problem.
The resolution of the form that I am designing does not matches the…

rui404
- 75
- 1
- 11
0
votes
2 answers
Windows Mixed Reality for Surface App
I'm currently at the very beginning of developing an Augmented Reality App that's supposed to run on Surface Pro devices. I should probably mention that this is the first time I ever dealt with AR.
While most solutions seem to favor iOS, Andoid or…

japhwil
- 299
- 4
- 16
0
votes
1 answer
Disallow detach keyboard on Microsoft Surface Book
We have a wpf application running on a surface book. While the application is running, it should be not allowed to detach the keyboard (Fn + Detach button).
The Window.KeyDown is not fired when keys are pressed. Any ideas how to deal with this…

Arno
- 11
- 3