406,606 questions

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

cannot set multiple base to custom control error

i'm trying to build a wpf custom control library, want to create some controls that inherited from wpf controls (textBox, label, ...) and i wanted them all to be inherted from a base class and wpf control, here is one of them: public class…

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,827 questions
asked 2020-06-13T11:36:08.453+00:00
essamce 621 Reputation points
accepted 2020-06-21T06:25:12.35+00:00
essamce 621 Reputation points
3 answers One of the answers was accepted by the question author.

UWP Textbox Validation for any special characters

UWP Textbox Validation ... Need a simple Example for UWP Textbox Validation if any special characters entered. I dont want to Use any third party dll's nor nugget package..

Universal Windows Platform (UWP)
asked 2020-06-18T13:14:07.967+00:00
Indudhar Gowda 426 Reputation points
commented 2020-06-21T05:19:35.597+00:00
Indudhar Gowda 426 Reputation points
1 answer One of the answers was accepted by the question author.

drag the three endpoints of the two lines

I use the mouse to draw two lines, how to drag the three endpoints of the two lines,Similar to the effect below(it is a usercontrol,i want to line or path,not a usercontrol),I want to have two lines, and I can drag their common endpoint

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,827 questions
asked 2020-06-17T05:31:07.617+00:00
qwecskcnjff1 41 Reputation points
accepted 2020-06-21T05:18:52.353+00:00
qwecskcnjff1 41 Reputation points
1 answer One of the answers was accepted by the question author.

Is 'Optimize References' useful or will it create problems?

Hello, When I run ReSharper's "Optimize References" menu command, it lists some references, it says they can be removed. But I suspect whether removing these references would affect the proper functioning of the app. Is there any benefit in…

Universal Windows Platform (UWP)
asked 2020-06-17T18:56:32.7+00:00
MG Bhadurudeen 631 Reputation points
accepted 2020-06-21T04:55:46.547+00:00
MG Bhadurudeen 631 Reputation points
1 answer

Failed to instantiate a VM in Azure

I am trying to instantiate Azure Confidential Computing VM in Azure. However, in the last step, when it tried to validate the configurations, it gave the error below: {"message":"The template deployment…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,375 questions
asked 2020-06-20T22:31:42.537+00:00
Julien Niu 1 Reputation point
answered 2020-06-21T03:46:31.32+00:00
Manu Philip 19,506 Reputation points MVP
1 answer

Cloud <> On-prem networking with site-to-site VPN

Hi All, I am new to this forum and looking for some help with networking. I have an on-prem subnet 10.0.0.0/23 and in azure 10.1.0.0/16. 10.1.0.0/16 (azure) has OpenVPN access server running. 10.0.0.0/23 (on-prem) has OpenVPN client running. …

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,645 questions
asked 2020-06-17T18:37:17.167+00:00
Dan H 1 Reputation point
answered 2020-06-20T21:45:40.943+00:00
msrini-MSFT 9,286 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Printing a ListView in UWP

Hi, I have a UWP app that contains a ListView whose data is loaded from a SQL Express database. I want the user to be able to print this ListView, but I can't seem to wrap my head around the print sample on the Windows Universal Samples. The print…

Universal Windows Platform (UWP)
asked 2020-06-15T00:27:17.497+00:00
Preveen 216 Reputation points
commented 2020-06-20T21:43:39.643+00:00
Preveen 216 Reputation points
1 answer

Azure AD Domain Services with 0.0.0.0/0 -> Virtual network gateway

I have a subnet that is connected to our on-prem network via an IPSec tunnel. I have the default route for that subnet configured to route through that IPSec tunnel, through our firewall, and then out to the internet. I have performed all the…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,645 questions
asked 2020-06-16T20:57:07.567+00:00
Nic Buihner 1 Reputation point
answered 2020-06-20T21:41:49.45+00:00
msrini-MSFT 9,286 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Filter in ComboBox

Hi, Is it possible to add a filter in a ComboBox? The ComboBox get its items from a List<T>. I don't want to enable the IsEditable property, since the user will be able to add anything they want. I want them to only choose from the items,…

Universal Windows Platform (UWP)
asked 2020-06-18T23:48:03.81+00:00
Preveen 216 Reputation points
accepted 2020-06-20T21:37:42.24+00:00
Preveen 216 Reputation points
1 answer

Login screen

I would like to use a database create in Access that has the employees names to create a login in Visual Basic. I would like the username to be a pull down menu from the login database and then have the verify the password entered matches the password…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,114 questions
asked 2020-06-20T18:19:07.91+00:00
David Duarte 11 Reputation points
answered 2020-06-20T18:29:26.43+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Add new Views and Viewmodels in Caliburn.Micro?

I would like to use Caliburn.Micro in my new MVVM projects. After reading the documentation, I understood that Caliburn.Micro takes care of the connection between views and view models on its own (if of course the naming convention is followed). For…

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,827 questions
asked 2020-06-08T19:25:09.04+00:00
perfect code 271 Reputation points
accepted 2020-06-20T17:57:43.953+00:00
perfect code 271 Reputation points
2 answers One of the answers was accepted by the question author.

There is no explaination to “Enable Streaming Endpoint” checkbox, when should I enable it?

I was wandering through the settings of my Web App Bot on Azure to modify my messaging endpoint and I found the strange unexplanatory “Enable Streaming Endpoint” checkbox which got me confused whether I should enable it or not! What should it be by…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
898 questions
asked 2020-06-20T14:03:06.04+00:00
DiegotheScotti 31 Reputation points
accepted 2020-06-20T17:43:49.017+00:00
DiegotheScotti 31 Reputation points
2 answers

Can I disable the Microsoft office warning message

I have multiple .mp3 files on an external hard dive and have created hyperlinks on an excel spreadsheet to open them. When I click on one I get a warning message telling me that some files are harmful, Can I disable this warning message as the files are…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,114 questions
asked 2020-06-20T15:39:01.357+00:00
Stephen Walter 1 Reputation point
answered 2020-06-20T15:50:11.173+00:00
Anonymous
2 answers

Cannot activate Office 2016 on a Microsoft Surface Pro X

I installed the 32 bit version of Microsoft Office 2016 surface pro X but when I went to activate the product I could not activate it. Any suggestions?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,114 questions
asked 2020-06-20T13:53:30.953+00:00
Jeff Rose 1 Reputation point
answered 2020-06-20T13:57:06.74+00:00
Leon Laude 85,881 Reputation points
2 answers

I can not do Microsoft offce

I want to do Microsoft offce,but I can not do Microsoft offce.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,114 questions
asked 2020-06-20T12:45:53.247+00:00
12 1 Reputation point
answered 2020-06-20T13:09:21.28+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Problema scheda video Nvidia Windows 10, versione 2004

Salve, vorrei conoscere i tempi per la mitigazione, dei problemi di incompatibilità con alcune versioni dei driver di scheda video Nvidia e Windows 10, versione 2004. Io ho una scheda video GeForce GT 220. Vi ringrazio

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,965 questions
asked 2020-06-20T10:13:47.9+00:00
Gabriele Giangreco 21 Reputation points
accepted 2020-06-20T12:33:37.817+00:00
Gabriele Giangreco 21 Reputation points
5 answers

Share Screen no mouse Pointer, No Application Window

Hallo, i need help with sharing content .... running Teams Desktop Version 1.3.005153 Ubuntu 18.04.4 LTS when i share my sreen in an Online Meeting, then others cannot see my mouse Pointer ??? also it is not posible to share an aplication…

Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
459 questions
asked 2020-05-01T17:02:59.163+00:00
Michael Massee 686 Reputation points
commented 2020-06-20T09:05:57.153+00:00
Michael Massee 686 Reputation points
2 answers One of the answers was accepted by the question author.

[UWP][CPP] c++ winrt how to update collection after long running async operation and show a loading icon

I am trying to figure out how to show a spinning icon during long operations that update the ui. This is proving to be extremely difficult and unintuitive. It's a simple need. Go retrieve information. (This can take a minute). While waiting show a…

Universal Windows Platform (UWP)
asked 2019-12-03T15:49:02.093+00:00
Kai 81 Reputation points
answered 2020-06-20T07:18:52.627+00:00
LUZSITA GABUTERO 1 Reputation point
1 answer

Token Vlidation For Exposed API

Hi, I have exposed my registered Web API in Azure ad for organization, and in other hand that is subscribe [API permissions] as well, my question here is how to get the access token specifically for this API. And after getting that token what is 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,295 questions
asked 2020-06-16T05:00:40.527+00:00
AYUSH SHARMA 21 Reputation points
commented 2020-06-20T06:30:54.57+00:00
soumi-MSFT 11,816 Reputation points Microsoft Employee
2 answers

Which authentication flow and permissions to use for desktop application

Hi Team, We have an application which is an archiving system and the source for this is Exchange Online. Our application is installed on every end user's desktop and we have a background service which has to be running all the time to keep 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,295 questions
asked 2020-06-08T05:48:53.367+00:00
ExchangeOnline444 21 Reputation points
commented 2020-06-20T06:05:58.527+00:00
soumi-MSFT 11,816 Reputation points Microsoft Employee