405,528 questions

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

What is the code for no brush in uwp

Hi I have a textbox the backgroung is set to nobrush the xaml file <TextBox x:Name="Titlechart" Background="{x:Null}" > How to get the same in code c# or vb.net Thanks

Universal Windows Platform (UWP)
asked 2020-04-05T21:12:30.35+00:00
Shay Wilner 1,746 Reputation points
accepted 2020-04-06T10:06:53.497+00:00
Shay Wilner 1,746 Reputation points
1 answer

How can i read multiple files and show reading progress of every files one by one into dataGridView?

I have created two columns. first column is filename and second column is progress. I want to show reading progress of every files into second column (progress) one by one. string path = &#34;C:/Users/Nitesh/Documents/New folder…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,015 questions
asked 2020-04-05T12:18:52.137+00:00
Nitesh Rathi 1 Reputation point
commented 2020-04-06T08:30:59.69+00:00
Alex Li-MSFT 1,096 Reputation points
1 answer One of the answers was accepted by the question author.

How to pass domain_hint in query param of Azure AD B2C user flow ( custom policies ) using .Net Core

I've created multiple claims providers in custom policy, I need to pass domain_hint while initiating user flow from .net core application in order to get redirected to that particular IDP. Is there any way to do?

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,031 questions
asked 2020-03-30T08:40:09.337+00:00
Yashwanth Yenugu 116 Reputation points
accepted 2020-04-06T07:55:41.09+00:00
Yashwanth Yenugu 116 Reputation points
1 answer

Possible to tell a scale set or application gateway which vm instance to use?

Hi, When testing new big features I sometimes have the need to quickly switch between two different "versions" of a virtual machine in a scale set. But since our current (test env) setup uses bare bone Ubuntu images and configures everything…

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
429 questions
asked 2020-03-20T18:43:27.253+00:00
Jimi 1 Reputation point
commented 2020-04-06T07:25:11.117+00:00
Batanun B 1 Reputation point
1 answer

SSO implementation of Angular 6 application with .Net core API

Question Sign in to vote 0 Sign in to vote Hi Friends, Greetings!! I'm having an application which uses Angular 6 application for the front end and using .Net core web api for fetching details from DB. I need to implement Single Sign on…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,246 questions
asked 2020-04-01T03:35:22.043+00:00
Diljith PC 16 Reputation points
commented 2020-04-06T07:06:57.203+00:00
soumi-MSFT 11,816 Reputation points Microsoft Employee
2 answers

Re-designating: members and owners

How do I change myself back into to an owner, If I accidently changed myself into a member? Note our IT department is swamped with other COVID priorities.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,875 questions
asked 2020-04-04T18:43:34.667+00:00
Shrader, Daniel 1 Reputation point
answered 2020-04-06T06:56:08.663+00:00
Sharon Zhao-MSFT 25,126 Reputation points Microsoft Vendor
3 answers

Dispatcher required for changing WPF bound properties?

Hello, From time to time I read some articles that state that if WPF binds to a property that implements INotifyProperyChanged, such property can be changed from any thread without a dispatcher, because WPF would automatically dispatch the…

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,824 questions
asked 2020-04-01T12:18:43.747+00:00
Sebastian Möller 6 Reputation points
commented 2020-04-06T05:53:04.187+00:00
Darius Geiß 1 Reputation point
2 answers One of the answers was accepted by the question author.

If you have PSTN enabled for Skype for Business does it also work for MS teams?

If you have PSTN or Microsoft Skype for conferencing enabled for Skype for Business does it also work for MS teams? The problem is I do have PSTN feature for SFB and when I create SFB meeting Outlook I do see dial-in number included in meeings, however,…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,875 questions
asked 2020-04-04T12:10:36.897+00:00
newhdanalyst 51 Reputation points
answered 2020-04-06T05:37:53.487+00:00
Sharon Zhao-MSFT 25,126 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

2 DNS entries in a clean install S2012 r2

I was following some tutorials. Got to adding zones and their one has 1 DNS entry. My one has these 2. Its only supposed to have 1?? Its for school. middleearth is the server and lotr.com is obviously the domain. What have I done??? So far…

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,964 questions
asked 2020-04-02T05:28:21.277+00:00
craig 21 Reputation points
accepted 2020-04-06T03:44:21.133+00:00
craig 21 Reputation points
1 answer

Allowing external users in Teams and the security issues

I need to share groups I created on teams with my clients who are external users to the exchange server. However our IT team is concerned about security and do not want to allow me access to invite guests to the groups. Can you maybe explain the real…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,875 questions
asked 2020-04-03T13:02:05.527+00:00
Ilse 1 Reputation point
answered 2020-04-06T02:38:55.077+00:00
Sharon Zhao-MSFT 25,126 Reputation points Microsoft Vendor
1 answer

c# : Get EventHandler Change Notification without Creating Instance or Making it static

c# : Get EventHandler Change Notification without Creating Instance or Making it static Public class A { public EventHandler KeyboardCloseEventHandlerTest; private void someMethod(object sender, EventArgs e) { …

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,824 questions
asked 2020-04-03T18:41:01.687+00:00
Indudhar Gowda 426 Reputation points
answered 2020-04-06T02:29:06.633+00:00
Alex Li-MSFT 1,096 Reputation points
1 answer

Wpf TextBox Stroke and Stroke Thickness

How can I use Stroke and Stroke Thickness style options for text in TextBox? Or is there other editable control that has it? Cause I have OutlinedTextBlock with this options and I want editing to look the same.

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,824 questions
asked 2020-04-03T06:40:09.143+00:00
Agata Czupryn 1 Reputation point
answered 2020-04-06T01:23:49.84+00:00
Alex Li-MSFT 1,096 Reputation points
5 answers

How to connect two on-premise domain controllers (not in the same network) to a single AzureAD

Good afternoon, everyone, Someone could tell me if it is possible to connect two domain controllers to a single Azure AD. Let me explain: I work in a IT company and we offer remote offices to our clients. Authentication in our remote offices is…

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,293 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,246 questions
asked 2020-04-03T12:01:58.59+00:00
Bastien1920 1 Reputation point
answered 2020-04-05T23:56:37.307+00:00
Jesse Coyne 1 Reputation point Microsoft Employee
1 answer

Mouse not working

Every time I left click, the scroll wheel pops up and I’ve tried to disable the scroll wheel but it didn’t work so please help me.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,015 questions
asked 2020-04-05T22:34:27.577+00:00
Warrior 300 1 Reputation point
answered 2020-04-05T22:41:33.097+00:00
Richard Mueller 366 Reputation points
1 answer

do not have the authority to download Office programs

I do not have the authority to download Office programs. Please enable the permission because I need it. I am a university student .. Thank you

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,246 questions
asked 2020-04-05T19:05:49.737+00:00
Nawaf Alblwi 1 Reputation point
answered 2020-04-05T19:32:17.293+00:00
Leon Laude 85,871 Reputation points
1 answer One of the answers was accepted by the question author.

Controlling access to Azure functions when using a consumption plan

Hi, I have been grappling with controlling access to my HTTP triggered Azure Function endpoints which are hosted on a consumption plan hence my desire to ensure that access is limited to relevant users. So, my first batch of API's were developed and…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,293 questions
asked 2020-04-03T18:00:19.953+00:00
Andrew HB 341 Reputation points
accepted 2020-04-05T18:57:12.537+00:00
Andrew HB 341 Reputation points
1 answer

Unable to login Azure portal

I recently i restored my phone from a back, i had not enabled Microsoft Authenticator app backup and only had one admin account. I had Two factor authentication setup for use in Microsoft Azure. Now when i sign in to Microsoft Azure portal. It sends the…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,015 questions
asked 2020-04-05T16:51:37.077+00:00
Amos Nakolo 1 Reputation point
answered 2020-04-05T18:44:26.117+00:00
Anonymous
1 answer

Need a working link to the file McxStandalone.msi

Hi all, One client needs to update their current Lync 2010 infrastructure. For a successful update, mobility services must be installed. Links to the installation file (McxStandalone.msi) do not work (404 not found), or links to the last CU that does…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,015 questions
asked 2020-04-05T15:56:59.763+00:00
Alexander Anikin 1 Reputation point
answered 2020-04-05T15:59:51.71+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Designing Azure Environment HELP

Greetings, We are looking for having our environment on cloud (Azure) but part of it not all of the infrastructure. We have a site that hosts applications and data, and we are looking for having virtual machines for everyone to remote access from…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,359 questions
asked 2020-04-05T15:01:05.12+00:00
Anonymous
accepted 2020-04-05T15:37:38.953+00:00
Anonymous
3 answers

Need guidance on which users need which services

The license I have includes a lot of service features I'm not familiar with and I don't know if I need to even assign them to my users. Where can I find more information about all the features? For example, do my students need "Education…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,246 questions
asked 2020-04-03T23:08:56.52+00:00
HankH 6 Reputation points
commented 2020-04-05T15:16:41.817+00:00
HankH 6 Reputation points