68,653 questions with Windows-related tags

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

Error bc30574 Option strict on disable late binding

Hi I get this error when i try to assign the content of a combobox item to a string comboyear is a combobox dim title as string title = comboyear.items(comboyear.SelectedIndex).content Thanks

Universal Windows Platform (UWP)
asked 2020-04-22T14:05:26.587+00:00
Shay Wilner 1,726 Reputation points
accepted 2020-04-23T10:10:21.877+00:00
Shay Wilner 1,726 Reputation points
1 answer

WebView.InvokeScriptAsync code examples

Can someone provide some code examples for using WebView.InvokeScriptAsync I am successfully using simple code like Dim scriptString As String = "document.getElementsByName('submit')[0].click()" …

Universal Windows Platform (UWP)
asked 2020-04-22T16:57:01.327+00:00
ansalc 436 Reputation points
commented 2020-04-23T09:05:51.01+00:00
Fay Wang - MSFT 5,196 Reputation points
1 answer One of the answers was accepted by the question author.

How to clear login_hint (user_hint)?

We have an application that performs HRD based on the users e-mail address that they enter. Then (in some cases) it either redirects the user to ADFS WAP for authentication or another IdP. The redirect includes the e-mail address entered by the user…

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,193 questions
asked 2020-04-09T11:51:12.797+00:00
MolokoVelocette 21 Reputation points
commented 2020-04-23T08:49:26.827+00:00
MolokoVelocette 21 Reputation points
0 answers

Hide all Default Properties and Event Handlers from UserControl

Hide all Default Properties and Event Handlers from UserControl while Implementation When I implement UserControl in MainPage.XAML , I want to hide all default properties or dependency Properties and Handler's, I want Only New Dependency…

Universal Windows Platform (UWP)
asked 2020-04-22T05:51:48.84+00:00
Indudhar Gowda 426 Reputation points
commented 2020-04-23T06:59:53.043+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

UWP APP with Microsoft.NETCore.UniversalWindowsPlatform 6.* startup crash

my uwp app with Microsoft.NETCore.UniversalWindowsPlatform 6.* local test run ok ,but download from partner center after certification 。it will crash when start up, system event log below: this app with Microsoft.NETCore.UniversalWindowsPlatform 5.4.7…

Universal Windows Platform (UWP)
asked 2020-04-22T07:20:02.353+00:00
hao wu 1 Reputation point
commented 2020-04-23T04:51:17.737+00:00
Roy Li - MSFT 32,051 Reputation points Microsoft Vendor
0 answers

How to dectect changes of windows hello PIN, fingerprint or face.

I would like to know how to detect changes of windows hello after enrolling a user with windows hello. For example, User A is activated windows hello and register PIN with "1234". User A enrolls in the service with windows hello. …

Universal Windows Platform (UWP)
asked 2020-04-23T00:05:50.353+00:00
Hyoil Lee 1 Reputation point
commented 2020-04-23T03:53:06.313+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

Is there any UWP API/way available to detect/prevent hooking?

There are many tools available to do hooking eg: frida 29.html. But i didn't find any API or way to detect hooking . Is there any API or way to detect hooking in Universal Windows Platform(UWP)? If yes, can it detect all kinds of…

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,676 questions
asked 2020-04-20T10:47:26.973+00:00
Rahul K 51 Reputation points
commented 2020-04-23T01:14:44.55+00:00
Richard Zhang-MSFT 6,936 Reputation points
2 answers One of the answers was accepted by the question author.

[UWP][Xbox] WebView focus issue when using SeparateProcess mode

Hey folks, I've encountered an issue with WebView UWP control on Xbox One that I can't seem to solve or even find any possible workaround. Sample project: https://1drv.ms/u/s!Au1_e2hUUk-Ch6Fh_zb1AFOUKzVDPQ?e=c81gwn OS version:…

Universal Windows Platform (UWP)
asked 2020-01-29T02:50:45.977+00:00
Dmitrii Cucleschin 96 Reputation points
accepted 2020-04-22T18:13:59.04+00:00
Dmitrii Cucleschin 96 Reputation points
1 answer One of the answers was accepted by the question author.

How to set page margins during printing

I want to print from UWP, I prepare UIElement for printing and set it as PreviewPage this.printDocument.SetPreviewPage(e.PageNumber, currentXAMLToPrint as UIElement); Printing preview shows right printing preview but without margins.…

Universal Windows Platform (UWP)
asked 2020-04-10T17:35:23.403+00:00
BitSmithy 1,751 Reputation points
accepted 2020-04-22T12:56:06.807+00:00
BitSmithy 1,751 Reputation points
3 answers One of the answers was accepted by the question author.

Windows 10 Enterprise subscription license for Azure AD Joined device

Following from this thread: …

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,908 questions
asked 2020-04-08T18:12:33.16+00:00
SebC 56 Reputation points
answered 2020-04-22T10:48:20.603+00:00
SebC 56 Reputation points
0 answers

Im trying to make a uwp universal media player on visual studio community 2019

Im trying to make a uwp universal media player on visual studio community 2019 do I add the media element first by typing it in on xaml then i add the command bar second of it then it should b working. when I put in the code <Page.BottomAppBar in when…

Universal Windows Platform (UWP)
asked 2020-04-20T12:41:40.683+00:00
Anonymous
commented 2020-04-22T09:38:05.587+00:00
Fay Wang - MSFT 5,196 Reputation points
0 answers

[C++/WinRT] load C++/WinRT dll without application manifest

I'm writing a dll and using Windows Vision Skill (C++/WinRT) to process image. Since Windows Skill (C++/WinRT) need application manifest to load its DLL, unfortunately I don't have permission to edit application manifest, my DLL is loaded automatically…

Universal Windows Platform (UWP)
asked 2020-03-13T06:20:27.713+00:00
lunadev 1 Reputation point
commented 2020-04-22T09:17:06.703+00:00
Fay Wang - MSFT 5,196 Reputation points
0 answers

WACK says my application is hanging/crashing- is this because I have my app open a content dialog the first time the user opens the program?

I'm finishing up a UWP app and getting ready to publish it. When I run the WACK, it says that the app experiences a "crash or hang" and stops responding. I believe this is because the app opens a content dialog the first time the user runs…

Universal Windows Platform (UWP)
asked 2020-04-19T20:46:31.48+00:00
Logan Stach 6 Reputation points
commented 2020-04-22T07:10:34.337+00:00
Fay Wang - MSFT 5,196 Reputation points
2 answers

Is it possible to show ContextFlyout over UIElement?

Hello, Is it possible to show ContextFlyout over UIElement? If yes please write me example code.

Universal Windows Platform (UWP)
asked 2020-04-17T09:57:15.447+00:00
BitSmithy 1,751 Reputation points
answered 2020-04-22T06:29:57.34+00:00
Daniele 1,996 Reputation points
2 answers One of the answers was accepted by the question author.

Multi-app Kiosk on Windows 10 1909 via Assigned Access

Hello everyone, So, I'm trying to set up a multi-app kiosk on Windows 10 1909 via Assigned Access as per this procedure: https://learn.microsoft.com/en-us/windows/configuration/provisioning-packages/provisioning-create-package I'm using Windows…

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,908 questions
asked 2019-12-09T20:36:32.597+00:00
algodbout 106 Reputation points
answered 2020-04-22T04:36:33.507+00:00
Chris * 1 Reputation point
1 answer

Could not load file or assembly 'Microsoft.AppCenter.Analytics, Version=0.0.0.0, Culture=neutral ...

I have project UWP by c++ name: TestAppCenter and " Window Runtime Component" by C# name :CoreRuntime .I have added "App center SDK" by install Microsoft.AppCenter.Analytics and Microsoft.AppCenter.Crashes packages for…

Universal Windows Platform (UWP)
asked 2019-12-03T09:16:46.557+00:00
ledien 1 Reputation point
answered 2020-04-22T01:07:55.16+00:00
AlexanderSklar 11 Reputation points
2 answers One of the answers was accepted by the question author.

[C++/WinRT] loading a Windows Runtime Component (reg free) written in C#

I wonder if it is possible to use C++/WinRT to load a Windows Runtime Component implemented in C# (resulting a .winmd) file. It looks like it should be possible, but at runtime I'm getting a Class Not Available exception. I've spent a long time…

Universal Windows Platform (UWP)
asked 2020-03-04T21:04:32.437+00:00
Attila 41 Reputation points
answered 2020-04-22T01:02:58.833+00:00
AlexanderSklar 11 Reputation points
3 answers

ADFS - possibility to determine to which application user has logged in

Hello, In our environment we use ADFS for authentication to various applications and we would like to have report about how many users logged in through ADFS to specific application. On basic logging level I was able to find only events 4624 and 4648…

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,193 questions
asked 2020-04-21T06:11:08.847+00:00
Spenserq 1 Reputation point
answered 2020-04-21T23:05:34.72+00:00
Pierre Audonnet - MSFT 10,166 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Active Directory Federation Service - Office365

Hi For O365 relying party trust: the Encryption Certificate is blank? is it normal? can we setup certificat? if yes How? For Token Decrypting and Token signing Certificates are by default self-signed. (not issued by a CA). May be issued by a CA?…

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,193 questions
asked 2020-04-20T17:19:12.877+00:00
Ines 21 Reputation points
commented 2020-04-21T15:59:19.367+00:00
Ines 21 Reputation points
0 answers

Persistent SSO with OnPrem ADFS for smartphones

We have an OnPrem ADFS setup for a web application. The web application is targeting windows 10 clients (kerberos) and smartphones (forms authentication). Smartphones could connect from the internal network or the internet. The Problem is that 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,193 questions
asked 2020-04-21T13:54:19.59+00:00
Tobias Heeb 1 Reputation point
commented 2020-04-21T15:14:06.867+00:00
Tobias Heeb 1 Reputation point