384,921 questions

Sort by: Updated
2 answers

How to via programming logic find and turn off a specific selected monitor(s) in a multiple monitor system configuration?

How to via programming logic find and turn off a specific selected monitors in a multiple monitor system configuration? Need method, via script Power Shell, or programming logic, .NET VB, C, C#, Rust, JavaScript, etc., solutions preferred. The goal is…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,995 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,732 questions
Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,622 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,544 questions
asked 2021-02-14T03:33:19.993+00:00
Jibun no Kage 21 Reputation points
commented 2021-02-14T06:55:22.243+00:00
Castorix31 85,701 Reputation points
1 answer

mgt logged in user

I am using the Login component of the Microsoft graph Toolkit (React flavor). How can I retrieve the display name and UPN of the logged in user? I see that the component has a loginCompleted prop, but the user is not passed as argument.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,218 questions
asked 2021-02-12T20:39:38.423+00:00
Christophe Humbert 101 Reputation points
answered 2021-02-14T05:53:30.95+00:00
Deva-MSFT 2,266 Reputation points Microsoft Employee
0 answers

Query refresh issue

Hello, My set up: I retrieved a single csv file from a folder and transformed the raw data. The goal is to be able to combine additional csv files in the same folder and click refresh so that the new data will follow my applied steps. For some reason…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,544 questions
asked 2021-02-11T05:38:38.673+00:00
wtc17 1 Reputation point
commented 2021-02-14T05:27:36.667+00:00
Miguel Escobar 326 Reputation points
2 answers One of the answers was accepted by the question author.

Nessus Says "Security Updates for Exchange (February 2019)" in Exchange 2016 (CU17) High Vulnerability

Hello Support, My Exchange Sever 2016 (CU17) When i run Nessus tool says that "Security Updates for Exchange (February 2019)" https://www.tenable.com/plugins/nessus/122129 Solution Microsoft has released the following security updates…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,655 questions
asked 2021-02-08T08:32:37.783+00:00
Sathishkumar Singh Suspended 66 Reputation points
commented 2021-02-14T05:20:55.737+00:00
Ashok M 6,516 Reputation points
1 answer

How do I add Code runner on Microsoft Vidual Studio

I'm trying to run my code but i can't, can someone help me pls

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,544 questions
asked 2021-02-12T23:30:38.47+00:00
Suleiman Hajj 1 Reputation point
answered 2021-02-14T05:19:12.143+00:00
Miguel Escobar 326 Reputation points
3 answers One of the answers was accepted by the question author.

Data mismatch Error

I have a query that is run to update values changed during editing of controls on a form. When the query is run I get the error message stating, "Data type mismatch in criteria expression.". This only occurs if one of the text boxes with…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,897 questions
asked 2021-01-27T01:40:18.163+00:00
Glenn Walker 251 Reputation points
accepted 2021-02-14T04:23:08.577+00:00
Glenn Walker 251 Reputation points
0 answers

Need some logic advice

This is not specifically about VB Net except that is what I am using to create the program. Trying to make a "Numbrix" puzzle. If you aren't familiar with Numbrix, it's a 9x9 grid of numbers where the requirement is simple, you must be able to…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,904 questions
asked 2021-01-25T01:41:12.497+00:00
Devon Nullman 21 Reputation points
commented 2021-02-14T02:30:39.463+00:00
Devon Nullman 21 Reputation points
1 answer One of the answers was accepted by the question author.

I can't activate sandbox in Azure learnig

When I activate sandbox in Azure learning it show below.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,879 questions
asked 2021-02-10T01:33:27.937+00:00
leeje@lgcns.com 21 Reputation points
accepted 2021-02-14T02:15:18.04+00:00
leeje@lgcns.com 21 Reputation points
1 answer

Certifications Relative to traditional on-premises Windows Server Admin and AD

With the whole transition to Azure, it seems like the tradition certs such as MCSE are no longer an option? While I'm interested in Azure, and I know it's going to play a role in my future, I'm starting a new role that will have me managing traditional…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,544 questions
asked 2021-02-13T23:30:13.17+00:00
Chris Thompson 1 Reputation point
answered 2021-02-13T23:57:48.687+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Upgraded Xamarin Forms and Essentials to latest version and now app will not build

HI all, I have a Xamarin Forms Android project that I developed a couple of years ago and it was using an older version of Xamarin Esssentials and Forms (can't remember the versions sorry) but now after updating both Xamarin.Essentials to v1.6.1 and …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,362 questions
asked 2021-02-07T05:07:18.397+00:00
MikeC 21 Reputation points
commented 2021-02-13T23:47:28.763+00:00
MikeC 21 Reputation points
3 answers One of the answers was accepted by the question author.

DataGridView - How to Bind columns in Row to List/Array/IEnumerable

Okay, So i've got essentially a BindingList<BindingList<string>> . I've managed to create the columns, and when I set the DataGridView.DataSource = myNestedBList, i get the number of rows showed in the grid. When I break at the…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,897 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,995 questions
asked 2021-02-13T19:11:59.063+00:00
Jaeden Ruiner 126 Reputation points
accepted 2021-02-13T22:57:24.12+00:00
Jaeden Ruiner 126 Reputation points
1 answer

Regarding the certification exam and pre test

Hi, I recently schedule a MD100 exam and bought the pre-test and I checked that my exam was included in the pre test list. However, once I tried to register for that exam I do not see the option there. Please help me figure out this issue. Thank you. …

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,544 questions
asked 2021-02-13T22:54:38.95+00:00
sungsoo park 1 Reputation point
answered 2021-02-13T22:56:26.017+00:00
Leon Laude 85,816 Reputation points
3 answers

Datagridview selectedvalue where there are duplicate display column entries.

Is there anyway that anyone knows, that you can coerce a datagridview combobox column to use the combox's selected value, rather than it's default behaviour. For reasons I cannot fathom, the DGV combobox column, instead of using the selectedvalue…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,897 questions
asked 2021-02-12T16:10:43.56+00:00
Arkady Bron 1 Reputation point
answered 2021-02-13T22:30:33.233+00:00
Arkady Bron 1 Reputation point
2 answers

Web Application Without Model

Is there any other way to create an ASP.NET Web Application .NET Framework (as Frontend) without using a Model class? I'm using ASP.NET Core Web Application as Backend.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,594 questions
asked 2021-02-11T03:03:27.207+00:00
Jela 1 Reputation point
answered 2021-02-13T20:39:17.573+00:00
Duane Arnold 3,211 Reputation points
1 answer

azure resource grop subscription pricing

While performing an exercise in Azure sandbox I had to create a resource in azure portal, after my work got done the resource is not deleting, how do I delete that & also will I be charged for it?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,663 questions
asked 2021-02-13T12:55:18.77+00:00
pakshal punmiya 1 Reputation point
answered 2021-02-13T20:35:03.837+00:00
VaibhavPandey 31 Reputation points
0 answers

[Process Monitor] How to include both PID and Parent PID in the filters?

If I include some PID and then the same Parent PID, I don't get any results whatsoever. As soon as I remove "Parent PID" inclusion, I start seeing results for that PID itself, and vice versa. How do I see the results for both?

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,168 questions
asked 2021-02-13T20:17:01.613+00:00
COOLak 1 Reputation point
1 answer One of the answers was accepted by the question author.

Outlook 'Send an approval email' does not wait for a response in Logic Apps

I am creating a logic app workflow that involves Approval emails. I am forced to use the Outlook connector 'Send an Approval email' for this. I do not want the workflow to continue until it gets a response, hence the condition I added after the approval.…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,184 questions
asked 2021-02-04T00:20:59.9+00:00
ASaurdiff 101 Reputation points
accepted 2021-02-13T19:58:20.27+00:00
ASaurdiff 101 Reputation points
1 answer One of the answers was accepted by the question author.

VBA for removing spaces in column D before first real character for multiple rows

Hello, I have the following code we are using when we select column D for how many rows there are. It is the same column field all the time but the amount of rows vary. Would like the macro to just run without having to highlight ColumnD from row 2…

asked 2021-02-13T17:12:17.267+00:00
BudZ 121 Reputation points
commented 2021-02-13T19:15:56.717+00:00
BudZ 121 Reputation points
1 answer One of the answers was accepted by the question author.

C++/CLI ManagmentObjectSearcher using

private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) { ManagementObjectSearcher^ searcher = gcnew ManagementObjectSearcher("select*from Win32_BIOS "); lb1->Text = Convert::ToString(searcher); } Hello, I…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,995 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,754 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,166 questions
asked 2021-02-13T17:18:31.143+00:00
Wami007 296 Reputation points
commented 2021-02-13T19:07:06.557+00:00
Wami007 296 Reputation points
2 answers

App Service Certificate

How long does it take for an App Service Certificate to be issued?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,879 questions
asked 2021-02-09T02:23:06.21+00:00
Bill Warren 1 Reputation point
commented 2021-02-13T18:55:34.813+00:00
Bill Warren 1 Reputation point