403,430 questions

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

Need to focus the grid which placed inside the Scroll Viewer on Mouse Click

Problem 1: I need to focus the Grid(UI Element) when it is placed inside the Scroll viewer. Code: <ScrollViewer> <Grid x:Name="RootGrid"> <Border Height="24" …

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,822 questions
asked 2020-04-16T12:52:01.073+00:00
Magesh Sankar 36 Reputation points
accepted 2020-04-29T11:23:52.39+00:00
Magesh Sankar 36 Reputation points
2 answers

[UWP] Unable to launch apps with desktop4:SupportsMultipleInstances="true" on xbox

Hi We have an app that supports multiple instances on desktop and now we're working on a xbox client, which fails to launch if we have in the manifest the multipleinstances property: desktop4:SupportsMultipleInstances="true" If we remove…

Universal Windows Platform (UWP)
asked 2020-04-27T07:37:07.513+00:00
Jose Villagra 6 Reputation points
answered 2020-04-29T10:58:40.457+00:00
Jarosław Kowalewski 16 Reputation points
1 answer One of the answers was accepted by the question author.

How to get Azure SQL Server's remaining/current quota?

Is there any way to get SQL Server's current usages information like how many DTU's been used and how many vCore are remaining ? Basically details highlighted in red box.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,845 questions
asked 2020-04-29T10:37:32.817+00:00
Ganesh R 21 Reputation points
accepted 2020-04-29T10:47:09.667+00:00
Ganesh R 21 Reputation points
1 answer

ShellExecute interrupt the windows message loop?

void CtestfunDlg::OnBnClickedButton1() { // TODO: 在此添加控件通知处理程序代码 OutputDebugString(L"start#############\r\n"); ShellExecute(NULL…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,845 questions
asked 2020-04-28T08:04:47.89+00:00
qiudm 1 Reputation point
answered 2020-04-29T08:33:10.04+00:00
Fay Wang - MSFT 5,221 Reputation points
2 answers One of the answers was accepted by the question author.

How to skip self-asserted page

B2C is throwing validation error if I remove step 4 of user journey, but I want to skip showing this page for first time logged in users. <OrchestrationStep Order="4" Type="ClaimsExchange"> <Preconditions> …

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,012 questions
asked 2020-04-28T14:48:49.037+00:00
Yashwanth Yenugu 116 Reputation points
accepted 2020-04-29T08:18:59.78+00:00
Yashwanth Yenugu 116 Reputation points
2 answers One of the answers was accepted by the question author.

Long path names in win32 process of a Desktop Bridge app

I have a problem accessing long path names in the win32 process of my Desktop Bridge app. I added every suggestion I could find about this but when I call DirectoryInfo in the win32 process on a folder that has a long pathname, the attributes of the…

Universal Windows Platform (UWP)
asked 2020-01-09T21:14:50.827+00:00
Jos Huybrighs 336 Reputation points
accepted 2020-04-29T07:54:42.62+00:00
Jos Huybrighs 336 Reputation points
1 answer

IDFIX preparation for Azure AD Connect (X500 proxy addresses issues)

I am working to prepare for Azure AD Connect and running the IDFIX tools. It finds a bunch of errors because of my PROXY ADDRESSES with the CHARACTER issue. The problem is we have a bunch of exchange legacy DN set up in exchange with X500 addresses…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,114 questions
asked 2020-04-21T20:45:21.083+00:00
Matt Hall 1 Reputation point
answered 2020-04-29T07:49:16.337+00:00
Konrad 'Sagus' Sagala 81 Reputation points MVP
2 answers One of the answers was accepted by the question author.

Does AppService connection supports 2-way communication between host and fulltrust process with BackgroundWorker in desktop bridge app?

Microsoft only supports AppService as communication vehicle between a uwp host and a win32 fulltrust process both packaged in a single desktop bridge app. It is a client-server concept (with the client running in the fulltrust process) but also allows…

Universal Windows Platform (UWP)
asked 2020-04-26T17:05:18.52+00:00
Jos Huybrighs 336 Reputation points
accepted 2020-04-29T07:38:51.51+00:00
Jos Huybrighs 336 Reputation points
1 answer One of the answers was accepted by the question author.

Azure data factory dataflow not present null values in JSON format

I am looking for how to present my null values with the Azure Data Factory Dataflow activity. Currently, I am using standard dataflow for modelling my data from Azure SQL database and drag it into Blob storage in JSON format. But if the dataset source…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,845 questions
asked 2020-04-28T14:35:18.81+00:00
Vesela Kosturkova 21 Reputation points
accepted 2020-04-29T07:21:18.863+00:00
Vesela Kosturkova 21 Reputation points
1 answer

WebView.Focus not working

the following line works well when I debug the app (press F5): WebView2.Focus(FocusState.Programmatic) WebView2 gains focus, it comes to the foreground However, when I run the app from the Start menu, or from its shortcut, WebView does not come to…

Universal Windows Platform (UWP)
asked 2020-04-26T10:34:54.18+00:00
ansalc 436 Reputation points
commented 2020-04-29T07:07:58.813+00:00
Roy Li - MSFT 33,676 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Textbox lost its background

Hi Something get wrong with a textbox background in my uwp project . Till yesterday my app works fine and today i made so change : i replace the base grid with a relative panel but when i run the app the textbox has lost the …

Universal Windows Platform (UWP)
asked 2020-04-28T14:48:29.463+00:00
Shay Wilner 1,746 Reputation points
accepted 2020-04-29T06:41:13.413+00:00
Shay Wilner 1,746 Reputation points
0 answers

Analytics api 'Get app installs' returns more days than range startDate endDate

Why https://manage.devcenter.microsoft.com/v1.0/my/analytics/installs returns always one additional day more when specified is date range startDate and endDate? It always returns additional data for day: endDate+1

Universal Windows Platform (UWP)
asked 2020-04-23T11:23:56.11+00:00
Daniel Polaczanski 1 Reputation point
commented 2020-04-29T05:18:50.887+00:00
Daniel Polaczanski 1 Reputation point
1 answer

how to I add spaces, spacing in between the numbers in xaml

![7752-how-to-i-add-spaces-spacing-in-between-the-numbers.jpg][1] [1]: /api/attachments/7752-how-to-i-add-spaces-spacing-in-between-the-numbers.jpg?platform=QnA how to I add spaces, spacing in between the numbers in xaml

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,845 questions
asked 2020-04-28T09:39:49.357+00:00
Anonymous
commented 2020-04-29T04:52:30.457+00:00
Anonymous
1 answer

Azure AD B2C - Why Continue Button is not working when I add Display Control in password reset?

I followed the sample in the documentation to integrate custom email through DisplayControl on the password reset flow. In TechnicalProfile LocalAccountWritePasswordUsingObjectId I added: <DisplayClaims> <DisplayClaim…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,012 questions
asked 2020-04-02T16:09:39.193+00:00
Ayat Mohamed 21 Reputation points
commented 2020-04-29T04:10:26.087+00:00
Ayat Mohamed 21 Reputation points
1 answer

how to i add remove move to different places the - simble grey downwards line

![7841-how-to-i-add-remove-move-to-different-places-the-s.jpg][1] [1]: /api/attachments/7841-how-to-i-add-remove-move-to-different-places-the-s.jpg?platform=QnA how to i add remove move to different places the - simble grey downwards line

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,845 questions
asked 2020-04-28T09:46:08.777+00:00
Anonymous
answered 2020-04-29T03:06:58.597+00:00
Fay Wang - MSFT 5,221 Reputation points
1 answer

how to i add remove move to different places the - grey downwards lines

![7821-how-to-i-add-remove-move-to-different-places-the-g.jpg][1] [1]: /api/attachments/7821-how-to-i-add-remove-move-to-different-places-the-g.jpg?platform=QnA how to i add remove move to different places the - grey downwards lines

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,845 questions
asked 2020-04-28T09:33:02.93+00:00
Anonymous
answered 2020-04-29T03:02:49.237+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

how to i add remove move to different places the yellow rectangle boxes in xaml

![7811-how-to-i-add-remove-move-to-different-places-the-y.jpg][1] [1]: /api/attachments/7811-how-to-i-add-remove-move-to-different-places-the-y.jpg?platform=QnA how to i add remove move to different places the yellow rectangle boxes in xaml

Universal Windows Platform (UWP)
asked 2020-04-28T09:29:18.757+00:00
Anonymous
answered 2020-04-29T03:01:58.42+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Where is my work profile accomplishments at microsoft

All my work at AWS and GOOGLE completed, active and functional, disapeared when I signed in to Azure using my Microsoft work profile. Where is it? Can i get a look at it? Will I ever be acknowledged for the accomplishments of my work, or recognized for…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,845 questions
asked 2020-04-28T20:06:52.32+00:00
Daniel Cash 1 Reputation point
answered 2020-04-28T21:23:43.387+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Best practices for splitting UWP XAML code into multiples files

I have been developing an XAML app for a while now, but I feel like my xaml files were too big so I started splitting them into multiple files. My strategy was to use the UserControl subclasses and create multiple controls that I would use inside other…

Universal Windows Platform (UWP)
asked 2020-04-19T22:45:44.143+00:00
Daljit Singh 261 Reputation points
accepted 2020-04-28T15:18:24.44+00:00
Daljit Singh 261 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Sphere IoT Sample connection to IoT Central Application not Working

Hi, I followed all the guide in the Microsoft Learn and in the .txt file in the sample folder to connect my Sphere application to my IoT Central app. Everything was working fine, but when i run the 'ShowIoTCentralConfig' program, to retrieve the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,114 questions
asked 2020-01-07T10:58:25.887+00:00
Giovanni Fiorini 21 Reputation points
accepted 2020-04-28T14:59:55.347+00:00
Giovanni Fiorini 21 Reputation points