69,757 questions with Windows-related tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Recover the last stroke "InkCanvas" after closing the App

Recover the last stroke "InkCanvas" after closing the App and when opening the last stroke drawn the inkCanvas

Universal Windows Platform (UWP)
asked 2020-05-04T18:49:32.01+00:00
Javier R 211 Reputation points
answered 2020-05-05T14:12:43.537+00:00
Javier R 211 Reputation points
0 answers

What's the possible side effect when I use PhotoCaptureSource. Auto to Initialize MediaCapture Settings?

Hello guys, My app has MediaCapture function. I followed the microsoft official document to to Initialize MediaCapture Settings by using the PhotoCaptureSource. Photo. In most cases, it worked well. But on a device, it did not work. After my…

Universal Windows Platform (UWP)
asked 2020-04-15T09:26:36.663+00:00
Xie Steven 811 Reputation points
commented 2020-05-05T08:13:43.437+00:00
Fay Wang - MSFT 5,196 Reputation points
1 answer

New Edge and Sync

Hi, I'm trying to get some clarification on how to store favourites across devices for users in my domain when I install the new edge. I've set the group policy to auto-sign them into Edge which works fine and they can manipulate their favourites…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,914 questions
asked 2020-05-04T20:35:11.863+00:00
Simcfc73 1 Reputation point
answered 2020-05-05T02:08:02.973+00:00
Jenny Feng 706 Reputation points
1 answer

Repeated Camera Captures

I am using CaptureElement & MediaCapture for the camera, and I want to automatically continuously capture images that I will process (until the user stops the camera, of course). I want to take a picture, process it, take another, process it, etc. I…

Universal Windows Platform (UWP)
asked 2020-04-27T19:20:02.81+00:00
Nathan Sokalski 4,121 Reputation points
commented 2020-05-05T02:01:31.25+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer One of the answers was accepted by the question author.

ADFS 3.0 move database to 2016 SQL clister

Hello all We are running ADFS 3.0 farm on windows 201R2. We currently have 4 nodes in the farm. Currently the ADFS database is pointing to an old 2008 sql cluster and we need to move the artifactdbconnection to a 2016 sql always on availability…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,211 questions
asked 2020-04-27T22:34:34.363+00:00
skip hofmann 46 Reputation points
accepted 2020-05-04T17:02:49.867+00:00
skip hofmann 46 Reputation points
1 answer One of the answers was accepted by the question author.

Access UWP C# ClassLibrary from WPF

Hello, i have a UWP C# Desktop Application with two UWP Class Libraries. Now i need a Data Application for this which runs unlimited. Which can not be suspended like an UWP Application. I thought to code this in WPF. But this Application needs access…

Universal Windows Platform (UWP)
asked 2020-04-30T07:58:00.277+00:00
Markus Schertler 41 Reputation points
accepted 2020-05-04T16:11:10.517+00:00
Markus Schertler 41 Reputation points
3 answers

Side panel for open tabs for beginners

How do I in UWP create a sidebar or side panel to view open web tabs? I've been watching tutorial videos and researching Microsoft Learn I already have a tab for it as a place holder labeled as a TabViewItem. I am a beginner for UWP, I know more about…

Universal Windows Platform (UWP)
asked 2020-05-04T00:19:23.693+00:00
Mark Mather 156 Reputation points
commented 2020-05-04T08:17:59.783+00:00
Roy Li - MSFT 32,491 Reputation points Microsoft Vendor
10 answers One of the answers was accepted by the question author.

Windows10 1909 Upgrade - An App Default Was Reset

My org is using WIn10 Pro (volume license) build 1809. We want to upgrade to 1909. We use PDQ Deploy to download the install.wim and run this command to install: start /wait c:\UpgradeInstall\1903\setup.exe /auto upgrade /Compat IgnoreWarning…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,914 questions
asked 2020-04-02T13:01:20.147+00:00
Ben Kosar 26 Reputation points
answered 2020-05-04T06:31:07.863+00:00
IT Buchs 1 Reputation point
0 answers

Unsolved problem with 'NoteViewer' in XML。

Dear sir, I managed to create a sample mentioned here with WPF App and Blank App (Universal Windows) http://musicengravingcontrols.com/en-US/Articles/Display?id=2 However, if I use Universal Windows Application, I get a problem here. Error Lists say…

Universal Windows Platform (UWP)
asked 2020-05-02T05:25:50.827+00:00
寛明 水崎 1 Reputation point
commented 2020-05-04T06:02:59.53+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Cant enable admin account due to drive being full, stuck in guest account with no provileges

I cant enable my admin account. When i try enabling admin account, it says successful but on top of WRE command line, it says "Not enough memory resources available to process this command". Yet when i write down "net user administrator…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,914 questions
asked 2020-05-04T01:57:31.847+00:00
Samiha Sabrin 1 Reputation point
answered 2020-05-04T02:40:55.327+00:00
Don Cuthbert 406 Reputation points
0 answers

[uwp] audio graph with 2 media files, the second starts later

Hi, I'd like to create an audio graph to play on the default sound card. It has 2 media (.mp3) files. The first one has 2 minutes, while the second one has 10 seconds. I want to play the first media for 25 seconds, then play the second media along…

Universal Windows Platform (UWP)
asked 2020-04-27T07:57:39.717+00:00
John Torjo 861 Reputation points
commented 2020-05-04T01:03:41.127+00:00
Richard Zhang-MSFT 6,936 Reputation points
3 answers One of the answers was accepted by the question author.

How do I code Enter Key down?

Im creating a web browser UWP, I have the text box but the key down code I'm using seems not to work. I'm providing the code. enter code here private void TextBox_KeyDown(object sender, Windows.UI.Xaml.Input.KeyRoutedEventArgs e) { …

Universal Windows Platform (UWP)
asked 2020-05-02T03:28:55.49+00:00
Mark Mather 156 Reputation points
answered 2020-05-03T17:19:29.48+00:00
Mark Mather 156 Reputation points
7 answers

Widow Update won't install.

I can't install the following update, 2020-04 Cumulative Update for Windows 10 Version 1903 for x64-based Systems (KB4549951). Is it necessary to update it? if not how can stop it from bothering me or my pc?

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,914 questions
asked 2020-04-29T04:42:50.503+00:00
Ghost 1 Reputation point
answered 2020-05-03T09:14:00.937+00:00
Sekar Balusamy 1 Reputation point
1 answer One of the answers was accepted by the question author.

Using height property set to auto

Hi My grid height is set to auto and i would like to set the stackpanel height to 80% grid height Thanks

Universal Windows Platform (UWP)
asked 2020-04-29T07:15:31.07+00:00
Shay Wilner 1,726 Reputation points
accepted 2020-05-02T19:40:52.16+00:00
Shay Wilner 1,726 Reputation points
2 answers One of the answers was accepted by the question author.

Unable to install Microsoft.NetCore.UniversalWindowsPlatform. [need IMMEDIATE solution]

when i build my project, VS restores the NuGet packages. But i fails to download few packages. screenshot attached I have tried to install Microsoft.NetCore.UniversalWindowsPlatform from Package Manager Console. Even it fails to download few…

Universal Windows Platform (UWP)
asked 2020-04-30T14:32:12.257+00:00
guess_me_if_u_can 126 Reputation points
accepted 2020-05-02T17:25:51.28+00:00
guess_me_if_u_can 126 Reputation points
1 answer One of the answers was accepted by the question author.

Timer in Visual Basic

What is the code for a timer in UWP Visual Basic ? I am having issues implementing the information at https://learn.microsoft.com/en-us/windows/uwp/threading-async/use-a-timer-to-submit-a-work-item I only need to launch the timer at a certain…

Universal Windows Platform (UWP)
asked 2020-05-01T09:22:48.06+00:00
ansalc 436 Reputation points
commented 2020-05-02T12:59:50.267+00:00
ansalc 436 Reputation points
4 answers One of the answers was accepted by the question author.

Caps Lock off

In Visual Basic, how do I check if the Caps Lock key is locked (on) ? The following do not work If Window.Current.CoreWindow.GetKeyState(VirtualKey.CapitalLock).Locked Then... evaluated as True always If…

Universal Windows Platform (UWP)
asked 2020-04-27T07:40:48.227+00:00
ansalc 436 Reputation points
accepted 2020-05-01T23:16:43.92+00:00
ansalc 436 Reputation points
2 answers One of the answers was accepted by the question author.

How to avoid proxy properties in a ViewModel to access properties of the Model in MVVM?

I have come accross this problem while developing my UWP application. It seems that the community advice to implement UWP app is to follow the MVVM pattern. So in my code I have a ViewModel like the following: public class MyViewModel : ViewModelBase { …

Universal Windows Platform (UWP)
asked 2020-04-29T11:31:20.733+00:00
Daljit Singh 261 Reputation points
accepted 2020-05-01T15:18:41.967+00:00
Daljit Singh 261 Reputation points
1 answer

Non Rectangular and full transparent window in UWP app

I have researched more and more about the NonReatacgular Chromeless window in UWP apps like we are able to in WPF apps. I am pretty much aware that this type of window not yet supported by UWP. So let's vote for this functionality in UWP.Or anyone…

Universal Windows Platform (UWP)
asked 2020-04-29T07:41:22.757+00:00
Dharmendra Singh 1 Reputation point
commented 2020-05-01T02:54:46.333+00:00
Roy Li - MSFT 32,491 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

AAD Sign-Ins, but no Local AD sign-ins

We are configured with Azure AD Sync and ADFS for authentication. When a user signs in, they're directed to ADFS for authentication, and then back to the O354/Azure application. This records a Sign-In in the Azure Sign-Ins log, and it updates the…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,211 questions
asked 2020-04-27T20:56:21.36+00:00
Jinseng 41 Reputation points
commented 2020-05-01T02:50:22.567+00:00
Jinseng 41 Reputation points