uwp Questions

4

Solved

I'm a little confused. Can anyone explain exactly what the difference is between the two? When should we use MAUI and when UNO? As I realized, both can run on different platforms, so what is the re...
Farad asked 4/12, 2020 at 7:38

3

I am trying to make a program that runs in the background, and I want to place a Tray Icon in the Tray Icon Section of Windows. I didn't find a solution to do this without using Windows Forms (whic...
Trihedron asked 19/2, 2022 at 21:23

2

How do you follow a hard link (reparse point?) to a file? Piping to format-list doesn't show the target. At least in powershell 7, you get a little ascii arrow. That folder is in the $env:path. Mic...
Wahoo asked 31/3, 2022 at 18:28

1

Solved

I develop many UWP apps to Windows 10, but to Windows 11 I have so many questions and sometimes the Microsoft Docs it's confusing. I want develop new apps to Windows 11 but I am totally lost! What ...
Junkman asked 27/3, 2022 at 19:8

4

Solved

Maybe a very strange request... We are looking into building a Windows 10 UWP application that can open websites and other UWP applications within it. I guess the main question is... In Windows 1...
Disable asked 3/11, 2015 at 13:54

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

4

Is there any way to automate package build for windows store? (I use jenkins on my build server) I'd like to prepare package for Windows Store without user interaction on a build server. Email veri...
Chilpancingo asked 19/11, 2015 at 3:41

1

I'm starting a Wi-Fi Direct access point service using the UWP APIs. It starts OK. I'm using WiFiDirectConnectionListener to monitor for devices that get connected to the access point using the Con...
Italia asked 5/4, 2019 at 14:54

3

I use Refit for RestAPI. I need create query strings same api/item?c[]=14&c[]=74 In refit interface I created method [Get("/item")] Task<TendersResponse> GetTenders([AliasAs("c")]List&l...
Overcloud asked 16/11, 2016 at 13:0

1

Solved

I want Go to All (Ctrl + ,) to ignore bin and obj folders, or at least ignore .g.* files. Can I do either or both? Here is a picture of a basic UWP app without source control. bin and obj folders a...
Freiburg asked 1/7, 2021 at 15:30

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

Solved

I am writing a C++ coroutine for a UWP control using C++/WinRT: winrt::fire_and_forget MyControl::DoSomething() { if (/* some condition */) { // Why does this work?! return; } co_await winrt...
Choriocarcinoma asked 20/1, 2022 at 19:57

5

Solved

An UWP app which runs on desktop can be closed from the top X button but it doesn't have any event for it. It is known that on phones and tablets an app should rely on Suspending event, no matter h...
Trakas asked 28/1, 2016 at 8:36

3

As a part of the Visual Studio 2017 UWP build process, an app called MakePri.exe is run. It is throwing an error in my project but I have no idea why. The command line call is: C:\Program Files ...
Heligoland asked 13/2, 2018 at 23:22

1

Solved

I am getting this error when I try to run the UWP application exe file. I have tried to install the files manually, I have updated the visual studio, I have also updated the .Net Framework on my ma...
Heilner asked 3/11, 2020 at 15:6

4

Using Visual Studio 15.9.4, we are creating a UWP side-loading package. We are getting the new msix/msixbundle outputs. There is no association in windows for right-clicking and installing this e...
Rage asked 12/12, 2018 at 18:34

1

Solved

The situation When assigning a Click event to a button, I get a premade eventhandler which specifies an object sender and RoutedEventArgs args. Now for my implementation of this eventhandler I don'...
Babur asked 12/1, 2021 at 12:39

4

Solved

I've just started learning UWP app development on Windows 10 Pro using Visual Studio 2015 Community Edition. I tried to modify the C# version of the official "Hello, World!" sample by setting the W...
Wadai asked 7/8, 2015 at 20:18

3

Solved

In my UWP app I'd like to set a minimum window size so that the window cannot be made smaller than that size. Everywhere that I searched, it seems that using ApplicationView.PreferredLaunchViewSiz...
Jaguarundi asked 21/4, 2017 at 23:5

2

Solved

Will AdaptiveTrigger work in a DataTemplate? That's my code i'm using to customize my ShellNavigation, it is working fine except the visual states. They will not trigger anything. <shell:She...
Ebenezer asked 19/8, 2015 at 6:58

4

Solved

I have been reading about project centennial (https://msdn.microsoft.com/windows/uwp/porting/desktop-to-uwp-root#preparing-your-desktop-app-for-conversion-to-uwp), and it occurs to me that there ar...
Stavros asked 17/8, 2016 at 19:58

3

We have created a Windows Store app and are running into error code(s) 2003 and 1201 while trying to submit the app to the store. Apparently these errors are not documented in the documentation and...
Freed asked 19/5, 2018 at 10:14

2

Solved

I'm trying to get the user permission dialog to pop up for navigator.getUserMedia, which is called on an external page in an iframe. Currently the sample will show "Permission denied" without ever ...
Courthouse asked 4/11, 2016 at 13:41

3

Solved

I want open a URL using Microsoft Edge in my UWP. Searching, I found this code: using System.Diagnostics; using System.ComponentModel; private void button_Help_Click(object sender, RoutedEvent...
Arson asked 14/7, 2016 at 4:34

4

Solved

I'm writing a custom DataTemplateSelector for a ComboBox control and I'll need to use it to display different DateTemplates for different kind of objects, in both the closed and open modes for the ...
Katiakatie asked 14/4, 2017 at 12:50

© 2022 - 2024 — McMap. All rights reserved.