Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
83 views

I'm currently developing a UWP application using VS2022, and have packaged and generated a package in msix format. package: picture Now I want to sign the application installation package. I tried to ...
Jeff325's user avatar
0 votes
1 answer
304 views

I have a bunch of apps I made in Visual Studio 2017 - I need to edit one, but unfortunately I haven't been able to find a way to install Visual Studio 2017 Community, so I decided the next best thing ...
TKoL's user avatar
  • 13.9k
0 votes
1 answer
73 views

I have an app that plays audio files. When the user starts audio playback, I want the audio to fade in from effectively 0 volume to 1 over a duration of 300ms or something like that. I've been playing ...
Daniel's user avatar
  • 138
0 votes
1 answer
540 views

Is there anyway to launch Universal Windows Platform (UWP) app without installing it? I want to launch uwp app from the unpacked appx folder but IDK how. As far as I know there's just one way to open ...
Tung's user avatar
  • 3
0 votes
1 answer
227 views

I'm trying to save a video file to a specific folder location instead of a library; which is what it defaults saves to. I'm using StorageFolder.GetFolderFromPathAsync to get the location. When it ...
Michael A's user avatar
1 vote
2 answers
150 views

I use the Microsoft Store API (henceforth "API) for enable user for in-app purchases (Addons). For example... public StoreContext storeContext = StoreContext.GetDefault(); GetAppLicenseAsync(); ...
Neha's user avatar
  • 347
1 vote
1 answer
327 views

In my screenshot above, I would like to change the Gray highlight color in the above image to another color. Would anyone know how to do this? This is a Button control in UWP.
Ali Teleb's user avatar
1 vote
2 answers
248 views

This is regarding UWP PDFNet Sdk. I need to capture an event when a user clicks on an embedded link in a PDF document. I need to capture the embedded link's data as well. Any help would be appreciated....
SurenSaluka's user avatar
  • 1,593
0 votes
1 answer
78 views

When I start debugging a Universal Windows console application and initialise the camera I get the following error. When excute this line: (I execute it in Program.Main ) await mediaCapture....
Crainar's user avatar
  • 23
0 votes
0 answers
296 views

I have the following Ui and clicking on the "Admin login" button will extend the grid by adding another field ("Device owner") below the password field. When this happens the ...
SurenSaluka's user avatar
  • 1,593
0 votes
0 answers
510 views

I use the following code to log in via OIDC. This is a UWP app with IdentityModel.OidcClient 5.0.0 LoginRequest loginRequest = new LoginRequest { FrontChannelExtraParameters = new IdentityModel....
SurenSaluka's user avatar
  • 1,593
0 votes
1 answer
136 views

My UWP app has a resource dictionary used for localization named "Resources.resx" and now I want to add another "ResourcesXaml.resx". I want to know how to access both files like ...
SurenSaluka's user avatar
  • 1,593
0 votes
1 answer
59 views

When I´m uploading a package to the Windows store I´ll get the following error message: One or more of your packages can’t be encrypted because the targeted device family MinVersion doesn’t support ...
harryh100's user avatar
0 votes
1 answer
343 views

I have been using this MSDN tutorial (Tutorial: Send notifications to Universal Windows Platform apps using Azure Notification Hubs) to test the notification hub. The issue is it is asking me to ...
Ayush Saxena's user avatar
0 votes
1 answer
144 views

UWP app connecting to Azure AD via IdentityModel.OidcClient generates an error as below. Exception Message = "The specified protocol is unknown. (Exception from HRESULT: 0x800C000D)" Noting ...
SurenSaluka's user avatar
  • 1,593
2 votes
2 answers
1k views

I have a resource entry named info_278 in the Resources.resw file on my UWP app. I have 3 scenarios where I need to use this resource but looks like I need to duplicate this to cater to different ...
SurenSaluka's user avatar
  • 1,593
0 votes
1 answer
148 views

In my UWP app, when getting toast notifications from google services such as Gmail or Calendar, I can see the FQDN reflected within notification UI: see toast notifications I am getting However, I can'...
Greg's user avatar
  • 11
1 vote
1 answer
202 views

I am writing a Speech To Text App that Captures Audio from the User's Microphone, Sends Audio Stream to the Server, and Receives Text from the Server. I am using WebSockets to communicate with the ...
jo_ham's user avatar
  • 43
0 votes
1 answer
761 views

I have a windows desktop application which uses the msix system with sideloading for deployment. This means that the application accesses %appdata%..\Local\Packages<packageId>_ when I try to ...
user3190036's user avatar
0 votes
1 answer
67 views

I have the following code, which is supposed to update the text of a SecondaryTile. async Task UpdateTile(SecondaryTile tile, string text) { tile.DisplayName = text; await tile.UpdateAsync(); }...
ispiro's user avatar
  • 27.9k
0 votes
1 answer
603 views

In the past I wrote a game using the C programming language. Recently I was exploring the idea of porting it to the Universal Windows Platform, and potentially to the Windows Store. After reading the ...
Tom Tsagkatos's user avatar
0 votes
2 answers
266 views

I want to allow alphanumeric, special characters and restrict other content like emojis on UWP input fields. Is there a proper way of doing this? Windows has so many not just emojis but like Kaomoji ...
SurenSaluka's user avatar
  • 1,593
0 votes
0 answers
60 views

I'm attempting to stream a video feed in a UWP application from a webpage created on another machine using flask. The page loads in MS Edge however when the webView is pointed to the page it gets ...
DoppleGangster's user avatar
0 votes
1 answer
433 views

I need to select an already selected Gridview item. But once selected it won't trigger PropertyChanged for the second time. I have tried resetting SelectedIndex to -1 and SelectedItem to null. No luck....
SurenSaluka's user avatar
  • 1,593
1 vote
0 answers
324 views

My unity project includes an unmanaged dll that links to portaudio dll which I've built, everything is configured and built for x86_x64 architecture. My unmanaged dll uses portaudio to open an ASIO ...
omar abushaban's user avatar

1
2 3 4 5
113