No announcements
-
0 Votes
No-cost 1:1 assistance migrating apps to Windows 10
The Desktop App Assure service provides direct, no-cost support to application developers who are porting their applications to Windows 10. This program is available to all ISVs, and eligible ... -
0 Votes
Known Issues for Windows 10 SDK and Tools
Please read about Known Issues for Windows 10 developers in the Known Issues for Windows 10 SDK and Tools forum -
1 Votes
Guide to posting: subject line tags
To help clarify your post and let people easily tell what it is about please use a clear and concise subject and include applicable tags. Please use no more than one of the ... -
1 Votes
Unable to post links because your account isn't verified?
If you're having trouble posting links or images and getting the following error: Body text cannot contain images or links until we are able to verify your ...Sticky | 0 Replies | 17147 Views | Created by Rob Caplan [MSFT] - Saturday, September 6, 2014 6:58 AM
Found 52855 threads
-
0 Votes
Grid.Row inside of a ScrollViewer isn't Resizing Properly
I have a grid inside of a scrollviewer with 4 rows. Each row has a height of * (1/4 of the scrollviewer's height) and contains a listview that is supposed to automatically resize with the ...Unanswered | 9 Replies | 5483 Views | Created by CapnFedora - Wednesday, November 27, 2019 1:30 AM | Last reply by Richasy - Thursday, December 12, 2019 9:41 AM -
0 Votes
Access 2013 and UWP apps
Is it even possible to read data with a UWP app written with Visual Studio 2019 (C#) if that data is coming from an Access 2013 database, which is actually an Access 2002 database plunked down in ...Unanswered | 7 Replies | 4289 Views | Created by PeteMoncuse - Tuesday, November 19, 2019 10:11 PM | Last reply by Fay Wang - Thursday, December 12, 2019 9:37 AM -
0 Votes
[UWP] Using GetThumbnailAsync() sometimes will not preserve a gif transparency on its thumbnail
I'm developing an application and there is a page that we need to show a preview list of images from a folder. I'm using the StorageFile.GetThumbnailAsync method to retrieve the ...Unanswered | 9 Replies | 4128 Views | Created by Daniel N Barros - Monday, November 25, 2019 7:09 PM | Last reply by Fay Wang - Thursday, December 12, 2019 8:52 AM -
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 | 5 Replies | 4299 Views | Created by Nathan Sokalski - Sunday, November 17, 2019 10:50 PM | Last reply by Roy Li - Thursday, December 12, 2019 8:35 AM -
0 Votes
[UWP] (C++) How to add the MoveLookController class from msdn to my app (D3D/DX 11)
How to add the following class to a new DirectX 11 App (Universal Windows) in C++: https://docs.microsoft.com/en-us/windows/uwp/gaming/tutorial--adding-controls I ...Unanswered | 7 Replies | 4653 Views | Created by valaki2018 - Wednesday, November 27, 2019 5:31 AM | Last reply by Fay Wang - Thursday, December 12, 2019 8:22 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 | 5 Replies | 4660 Views | Created by Lucas Hagen - Wednesday, November 20, 2019 7:05 PM | Last reply by Roy Li - Thursday, December 12, 2019 8:19 AM -
0 Votes
ToolTip Border/Background Color
Hi , Please suggest how to remove hover background color for tootip UWP,after some seconds hovering with background white will ...Unanswered | 5 Replies | 5056 Views | Created by sandeepmsandy - Wednesday, November 27, 2019 7:21 AM | Last reply by Richasy - Thursday, December 12, 2019 7:36 AM -
0 Votes
Sorting Listview resets the SelectedItem property
model.LastMessageTimeStamp, descending: true); _isSorting = false; } public ConversationViewModel SelectedConversation { get => ...Unanswered | 10 Replies | 4421 Views | Created by AtosNicoS - Monday, November 25, 2019 1:26 PM | Last reply by Richasy - Thursday, December 12, 2019 7:12 AM -
0 Votes
InputObservation
Hi Devs, is there any documentation about "inputObservation" capability on UWP? MSDN doens't have any reference to its implementation. Looks like it is only mentioned in ...Unanswered | 2 Replies | 3971 Views | Created by RosDevil - Wednesday, December 11, 2019 11:49 PM | Last reply by Richasy - Thursday, December 12, 2019 3:28 AM -
5 Votes
[UWP] Create the right certificate for sideloading
Greetings ! We created a UWP App which is already in the official MS Store. Besides that we need the app to connect local networks, which is not possible to ...Answered | 10 Replies | 9245 Views | Created by Puracy - Monday, June 4, 2018 8:53 AM | Last reply by geodan7 - Wednesday, December 11, 2019 2:55 PM -
2 Votes
Web View issue ms-appdata vs ms-appx-web
Hi, In our UWP app there is a web view which loads a 3D model. The content of the web part includes a html, js, css and a file of type .iv3d. When I load that html like ...Unanswered | 5 Replies | 4185 Views | Created by Madhu_AtLink - Thursday, November 7, 2019 1:06 PM | Last reply by Roy Li - Wednesday, December 11, 2019 8:08 AM -
0 Votes
How to switch from Trial to In App Purchases in UWP?
My app has currently only Trial and Full License. I want to remove having trial and make the app free but handle full license features with in app purchases and as well having some other in app ...Unanswered | 4 Replies | 3763 Views | Created by Global Delight - Monday, November 18, 2019 12:06 PM | Last reply by Richasy - Wednesday, December 11, 2019 8:08 AM -
0 Votes
Deploy UWP application connection error
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Runtime.InteropServices.COMException: The text associated with this error code could not be ...Unanswered | 4 Replies | 4475 Views | Created by nay lynn - Saturday, November 9, 2019 9:56 PM | Last reply by Roy Li - Wednesday, December 11, 2019 8:08 AM -
0 Votes
Error -1073741819 when building UWP app in Release mode using 64-bit .NET Native Toolchain
When building our UWP app in Release mode using the 32-bit .NET Native Toolchain we seem to be running out of memory, so we have tried to move to 64-bit Native Toolchain compilation by adding the ...Unanswered | 4 Replies | 4341 Views | Created by Torsten Seemann (DK) - Monday, November 18, 2019 9:47 AM | Last reply by Richasy - Wednesday, December 11, 2019 8:07 AM -
0 Votes
UWP sideloaded apps - encrypred appx (eappx)
Hi guys, Just want to know if side-loaded apps can also use eappx (encrypted appx) format. Any resources in this regard will be highly ...Proposed | 4 Replies | 5268 Views | Created by Pinox - Wednesday, November 13, 2019 7:05 PM | Last reply by Roy Li - Wednesday, December 11, 2019 8:07 AM -
1 Votes
What is the meaning of this output: 'Element not found'?
What does this mean .. onecoreuap\windows\wgi\winrt\display\displaycommon.cpp(411)\Windows.Graphics.dll!00007FFC79C804B0: (caller: 00007FFC79C801F5) ReturnHr(1) ...Unanswered | 9 Replies | 5712 Views | Created by Gavin..Williams - Sunday, November 3, 2019 5:16 AM | Last reply by Fay Wang - Wednesday, December 11, 2019 7:57 AM -
0 Votes
Insert Windows Form into UWP application
Hi, I need to create a quiz on UWP but im finding it difficult to do so. Is there a way to create the quiz on windows form and insert it into my uwp app?Unanswered | 7 Replies | 4141 Views | Created by LynoP - Friday, November 8, 2019 6:51 AM | Last reply by Fay Wang - Wednesday, December 11, 2019 7:57 AM -
0 Votes
My UWP aaplication crash after install from Store
My UWP aaplication crash after install from Store.. its working when i create a sideloading application I am using My appxmainfest ...Unanswered | 9 Replies | 4139 Views | Created by MangoApps - Tuesday, November 12, 2019 6:38 AM | Last reply by Fay Wang - Wednesday, December 11, 2019 7:57 AM -
1 Votes
Ensuring an app always installs, launches and remains launched
Hi Everyone, One of the most common complaints from customers who leave me negative reviews is that the app stays stuck on the splash screen and does not install, or that if ...Answered | 4 Replies | 3612 Views | Created by Dspfinder - Friday, November 8, 2019 11:24 AM | Last reply by Dspfinder - Tuesday, December 10, 2019 12:59 PM -
0 Votes
[UWP] Newer versions of SQLite cause certification errors
Upon updating to Microsot.Data.SQLite package, certification fails with the following errors. Previous versions did not have this ...Unanswered | 6 Replies | 4033 Views | Created by mcosmin - Monday, November 25, 2019 6:58 PM | Last reply by Fay Wang - Tuesday, December 10, 2019 9:02 AM - Items 1 to 20 of 52855 Next ›
No announcements