windows-10-universal Questions

4

Solved

I would like to check internet connectivity type in Windows Universal Application. Not Connected Connected via WLAN(WiFi) Connected via WWAN(Cellular Data) Connected to a metered network in o...
Melisma asked 9/3, 2016 at 20:4

3

Solved

In .net framework we could get the starting assembly using: Assembly.GetEntryAssembly(); But that is removed from .NET Core. Also there is no AppDomain. How can I get access to the entry assembl...
Vespid asked 8/11, 2016 at 9:25

3

I am currently working on Windows 10 UWP App and facing an issue with WebView that when I have less HTML content, I am getting more height in javascript. My Code is as follows WebView webView = ne...
Vineyard asked 7/10, 2016 at 16:43

25

Solved

I have a WinJS project that is previously built on Windows 8.1 using VS 2013. Recently I upgraded this project to Universal Windows 10 by creating a blank Javascript Universal windows 10 project ...

11

Solved

I recently retargeted my Windows 8.1 app to Windows 10. I'm getting this error when building the UI projects, "MSBUILD : error MSB4166: Child node "2" exited prematurely. Shutting down. Diagnosti...
Incidence asked 20/1, 2016 at 16:51

3

My CommandBarhas its IsOpen property set to true in XAML and therefore the is text for each button is visible as I want the descriptions to remain visible. When I click on ellipses button, it hide...
Updraft asked 12/4, 2016 at 12:16

3

Solved

I created UWP app with Windows Template Studio that introduced at Build2017. Below class is a part of generated code from it. public class SampleModelService { public async Task<IEnumerable&l...
Arlaarlan asked 21/5, 2017 at 11:20

4

Solved

While configuring VSTS agent locally through command prompt with admin privileges, i've encountered the error below The local machine's clock may be out of sync with the server time by more tha...

5

I am trying to deploy the sample application for bridging AppServices with a UWP application. The sample runs and builds just fine but when I try to follow the guide to package the whole thing it g...
Geoff asked 11/8, 2016 at 17:50

2

Solved

I am trying to use NavigationView with custom icons as Menu Items in my UWP app. However, it seems NavigationView don't accept custom icons or BitmapIcon. The sample application I have seen in andr...
Flann asked 19/1, 2018 at 16:37

1

I have a signed appxbundle generated by Visual Studio and signed with a Comodo authenticode sha256 certificate. The bundle shows a digital signature tab when opening the properties. Now when I do...
Hach asked 30/6, 2016 at 12:35

7

Solved

I'm using Windows.UI.ViewManagement.UISettings to get system accent color but it seems this class does not have any method or property for light/dark mode. I failed to find a document for this feat...
Pascale asked 3/8, 2016 at 4:48

2

Solved

I'd like to display a content dialog box that has more than the traditional Primary and Secondary results. Since I can't override the ContentDialogResult enum and add options to that property, it s...
Shawnshawna asked 10/6, 2016 at 0:16

1

Solved

My app is written in WPF C# and I export it as Universal app using MSIX Application Project straight from Visual Studio. I just can't get the settings to persist between updates. I'm using the foll...
Leisured asked 13/5, 2020 at 18:12

3

I would like to use new feature of UWP -> x:Bind. In order to that, all my pages need to have ViewModel property (as described in tutorials). To avoid code duplicity, I have established base cla...
Bracelet asked 14/11, 2015 at 12:50

3

Solved

I have application with target windows 8.1 and when I run this application on Windows 10, it is run in small window by default. Because it is primary tablet application I need it to run in full-s...

2

Solved

I'm trying to follow this StackOverflow article, referring to this similar article on StackOverflow, and this from the UWP Windows Dev Center. In my manifest XML, the <Package> tag was updat...

4

So I've been getting my teeth into UWP and developing a simple app in C# using VS2017 v15.6.4, on the latest release of Windows 10. When running the app I notice its memory usage continues to incr...
Churchless asked 14/4, 2018 at 13:9

13

I am currently working on a Windows 10 UWP App. The App needs to Check if a certain PDF File exists called "01-introduction", and if so open it. I already have the code for if the file does not e...

4

Solved

I have been looking for a little while now and am not finding much help via MSDN resources and others. My predicament is simple: my app needs a base directory to the Downloads folder. I am aware o...
Rutile asked 10/10, 2016 at 0:15

5

Solved

Is it possible to have communication between uwp and non uwp apps. My non-uwp is a background task which provides a service. I want to call that non-uwp service in uwp app. How to make that call?...

3

Solved

From highlights of Microsoft Build 2016, I saw Microsoft was pushing its new Ink API. What exactly are the new additions? Can Ink Understand handwriting and digitize it? Understand Math/Equa...
Fic asked 7/4, 2016 at 0:50

1

Solved

I'm getting this error after our company changed its AD domain. UWP app development with VS 2019 and Windows 10 (1903) C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Micr...

3

Solved

From what I know, ContentDialog's default behavior should be to have it centered on PC and aligned to top on mobile, but in my case I have it aligned to top even on PC and I don't understand what's...
Autobiography asked 3/4, 2016 at 10:5

4

Solved

I was able to change theme using this.RequestedTheme = ElementTheme.Dark; But what I need is the whole application level, since this one only change the theme of the current page to dark. Whenever...
Turboelectric asked 1/1, 2016 at 9:5

© 2022 - 2024 — McMap. All rights reserved.