No announcements
-
0 Votes
[UWP][VB]Limiting Stream Size For MediaCapture
I have a MediaCapture from which I want to capture a stream, as follows: Await Me.cardcapture.CapturePhotoToStreamAsync(ImageEncodingProperties.CreatePng(), stream) This ...Unanswered | 2 Replies | 421 Views | Created by Nathan Sokalski - Sunday, November 17, 2019 10:50 PM | Last reply by Roy Li - Tuesday, December 3, 2019 8:43 AM -
0 Votes
Can't connect UWP app to MongoDB
I'm developing a UWP app using C# and the MongoDB connection works perfectly in the development computer. When I tried to export and install it in a different desktop it did not ...Unanswered | 2 Replies | 573 Views | Created by Lucas Hagen - Wednesday, November 20, 2019 7:05 PM | Last reply by Roy Li - Tuesday, December 3, 2019 8:42 AM -
0 Votes
Scheduled Toast notifications are dropped
I have a calendar app in which i sync the events, if an event has reminder then a local toast notification for the reminder is scheduled. If there are 100 events with reminders ...Unanswered | 2 Replies | 289 Views | Created by Saravana Kumar K - Tuesday, November 5, 2019 4:44 AM | Last reply by Richasy - Tuesday, December 3, 2019 8:08 AM -
0 Votes
Can Routes list be modified when Vpn is already connected using VpnNativeProfile?
Hi, This question is regarding , VPN Client (UWP App) development for Windows - 10S. I am trying to implement split tunneling and ...Unanswered | 2 Replies | 396 Views | Created by Raja Sinha - Wednesday, November 27, 2019 6:30 AM | Last reply by rootwilliamson - Saturday, November 30, 2019 8:14 AM -
0 Votes
How to provide chromium flags to change WebView2 mDNS behavior by using CreateWebView2EnvironmentWithDetails API?
I'm developing WebRTC application on Microsoft Edge Chromium. I want to change the value of enable-webrtc-hide-local-ips-with-mdns of edge: / /flags page from 'Default' to ...Unanswered | 2 Replies | 409 Views | Created by chx3ia - Tuesday, October 29, 2019 9:05 AM | Last reply by chx3ia - Friday, November 29, 2019 7:27 AM -
0 Votes
Recoginition shapes InkCanvas UWP
Hello: I have recogmition pen for shapes where I created a clase.cs, then I pass it to toggeSwitch. The Problem comes when I put on but when I give off I put On out the picture ...Unanswered | 11 Replies | 1712 Views | Created by Javier Ra - Monday, April 15, 2019 9:39 AM | Last reply by Javier Ra - Wednesday, November 27, 2019 4:02 PM -
0 Votes
Playback issue on high refresh and resolution monitors.
I'm currently working on an UWP app written in C# to play video files. Recently i've encountered an issue where the videoplayback is useless. The Frame rate counter in debug shows the video playing ...Unanswered | 7 Replies | 797 Views | Created by Brageskj - Monday, November 11, 2019 5:57 PM | Last reply by James Dailey - MSFT - Wednesday, November 27, 2019 12:06 AM -
0 Votes
Textbox in mainView cannot get keypad input after switch back from second view in multiple views app.
{ ...Unanswered | 1 Replies | 267 Views | Created by XingFa - Tuesday, November 26, 2019 4:35 AM | Last reply by Fay Wang - Tuesday, November 26, 2019 7:04 AM -
0 Votes
[UWP]How to fix XBOX UWP Navigation error with code UNKNOWN12
I develop UWP web hosted app for Xbox One in javascript. It is in the store for Xbox already. Randomly I get white screen with error message. Steps for ...Unanswered | 2 Replies | 506 Views | Created by Nata_S - Thursday, September 12, 2019 12:54 PM | Last reply by Nata_S - Monday, November 25, 2019 9:00 AM -
1 Votes
How can i debug only my code?
Hello, when i debug and click Step Into F11 the debugger jumps in Microsoft Code itself. Why does he do this???? I want to debug my code and not Millions of lines from Microsoft ...Answered | 1 Replies | 438 Views | Created by Markus222 - Saturday, November 23, 2019 7:45 AM | Last reply by Ken Tucker - Sunday, November 24, 2019 12:35 AM -
5 Votes
[UWP] Draw line, shape, image directly on WriteableBitmap ?
First, I am new to UWP (also no experience on WPF), sorry if this question is silly. I'm making an application to custom image like draw sometime on it, change RGB, opacity... I've ...Answered | 10 Replies | 10059 Views | Created by minh91a1 - Monday, February 8, 2016 9:53 AM | Last reply by Damian Hallbauer - Saturday, November 23, 2019 9:55 PM -
0 Votes
[UWP] Using deferral on processing dropped files
Hi, In an app where files can be dropped, the drop handler receives a DragEventArgs object. But it seems the deferral in this handler is ignored, because in the source app, where ...Answered | 6 Replies | 490 Views | Created by Heiko65456465 - Friday, November 15, 2019 5:36 PM | Last reply by Heiko65456465 - Friday, November 22, 2019 3:50 PM -
0 Votes
[UWP][Desktop bridge] FullTrustProcessLauncher not working in WCOS and throws exception
I am trying to launch a FullTrustProcess from my Background task. For this I am calling ...Unanswered | 5 Replies | 481 Views | Created by anderson0n - Tuesday, November 19, 2019 10:17 AM | Last reply by Richasy - Friday, November 22, 2019 7:55 AM -
0 Votes
How to update visibility of an UI element in a DataTemplate in GridView
Hi all, I have a GridView with following structure: <Page.Resources> <local:boolToVisibilityConverter ...Answered | 2 Replies | 289 Views | Created by goldkyo - Friday, November 22, 2019 6:18 AM | Last reply by goldkyo - Friday, November 22, 2019 6:58 AM -
3 Votes
Visual studio 2017: Debugging a UWP app works in debug mode, but not in release mode
Hello, I am developing a UWP application with Visual Studio 2017 called My Projects. When I run this application in Debug - x86 mode, it runs correctly from VS, and also from the ...Answered | 8 Replies | 465 Views | Created by Mani035 - Thursday, November 14, 2019 5:41 PM | Last reply by Mani035 - Wednesday, November 20, 2019 7:07 PM -
1 Votes
[UWP][C++] How to close Flyout from inner flyout button on dynamically generated Flyout
Given a gridview such as <GridView ScrollViewer.VerticalScrollBarVisibility="Visible" ...Answered | 5 Replies | 565 Views | Created by Camtar - Sunday, November 17, 2019 2:21 PM | Last reply by Camtar - Wednesday, November 20, 2019 2:19 PM -
0 Votes
Painting on UWP app
Hi, We are building a UWP app which needs the user to write on top of the content of our app using touch. For e.g it is similar to some teaching app on a big screen, and while ...Unanswered | 3 Replies | 225 Views | Created by Madhu_AtLink - Tuesday, November 19, 2019 8:23 AM | Last reply by Roy Li - Wednesday, November 20, 2019 7:59 AM -
0 Votes
I am unable to find out how to actually connect to the OCR application.
I am unable to find out how to actually connect to the OCR application and am not even certain if it's free.Unanswered | 1 Replies | 229 Views | Created by BML - Tuesday, November 19, 2019 4:02 PM | Last reply by NicoZhu-MSFT - Wednesday, November 20, 2019 1:34 AM -
0 Votes
VS...is crashing like crazy. I need help on adding some code to the Project XML file to aply a work around.
I was pointed by MS to a workaround to fix Visual Studio major and frequent crashing using C#. Its a known issue. They want me to add code to the project file and pointed me to the ...Answered | 6 Replies | 364 Views | Created by ScCrow2 - Friday, November 15, 2019 9:55 PM | Last reply by NicoZhu-MSFT - Tuesday, November 19, 2019 6:57 AM -
0 Votes
Windows store app - How to avoid App Hang when app is doing a Server communication process for long time?
Hi, I am having a widows store app running in Windows 8.1. In that, I am doing some server communication. the process step is as ...Unanswered | 5 Replies | 306 Views | Created by PM16 - Saturday, November 16, 2019 1:21 PM | Last reply by NicoZhu-MSFT - Tuesday, November 19, 2019 6:46 AM
No announcements