292,253 questions

Sort by: Updated
2 answers

Many failures in first exercise (Unit 3) from module "Using single sign-on (SSO) with Office Add-ins"

Link to module: https://learn.microsoft.com/en-us/training/modules/office-add-ins-sso/ Unit 3 is "Exercise - Create an Office Add-in for Word that implements single sign-on" I still do not have it working. Here are some observations from…

Microsoft 365 Training
Microsoft 365 Training
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.Training: Instruction to develop new skills.
35 questions
asked 2024-05-16T17:14:26.9833333+00:00
Doug Appleyard 1 Reputation point
commented 2024-05-17T16:13:54.7766667+00:00
Doug Appleyard 1 Reputation point
1 answer One of the answers was accepted by the question author.

Issue with webView2 control not sending messages until form has been resized

Hello, I've written an app that generates a SVG graphic in a second form. That form contains a webView2 control. I was not able to ever get a message to the webMessageReceived block until I switched from a window.external.notify command to a…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
894 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,344 questions
asked 2024-05-16T16:50:55.1333333+00:00
BRENT MALNACK 0 Reputation points
commented 2024-05-17T16:13:17.0166667+00:00
BRENT MALNACK 0 Reputation points
1 answer

C++ How to get layered window content image?

My goal is to get an HDC of an image or image of the contents of a layered window in Windows 7 and above. I tried PrintWindow(hwndMag, hdcDest, PW_RENDERFULLCONTENT), but this requires Windows 8.1. Note that layered windows may contain transparency, or…

Windows
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.
4,822 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,438 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,553 questions
asked 2024-05-17T13:18:09.3866667+00:00
RL Chen 170 Reputation points
edited an answer 2024-05-17T16:12:47.1966667+00:00
Castorix31 81,846 Reputation points
1 answer

Eyedroper and shortcut customization it PowerPoint

Hello, I would like to ask about the possibility to create a shortcut for the Eyedroper tool in PPT. What would also be a big step forward would be to include the option to customize shortcuts in the program. I am used to Adobe programs where the…

PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
226 questions
asked 2024-05-17T08:43:26.2466667+00:00
Janota, Sebastian 0 Reputation points
answered 2024-05-17T16:12:14.3033333+00:00
John Korchok 5,021 Reputation points
1 answer

How to remove a 'dangling' Access Control (IAM) assignment for User Access Administrator?

A User profile was set as User Access Administrator, the mistake was recognized, and the User profile was deleted... However, after the deletion, there is a 'dangling' Access Control (IAM) entry indicating ("Identity not found") which makes…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,756 questions
asked 2024-05-17T15:59:28.9133333+00:00
Joe MacPherson 0 Reputation points
edited an answer 2024-05-17T16:11:55.9033333+00:00
Andy David - MVP 142.6K Reputation points MVP
2 answers One of the answers was accepted by the question author.

FinScore customer care Toll-free Number)+91)9024046478 //((((/(call)))

Good time with my life and I have a great day of school of school of school of school of school of school of

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,771 questions
asked 2024-05-17T16:11:03.7966667+00:00
Ignore 0 Reputation points
accepted 2024-05-17T16:11:50.4233333+00:00
Ignore 0 Reputation points
2 answers

How to create a overview over all VMs and his CIS compliance status?

Is there any way to generate an overview to see the CIS compliance coverage over all virtual maschines? Me problem is, we need to use CIS Images vor VMs but some applications need the possibility to deactivate some of the CIS rules to work correctly. So…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,240 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
802 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,210 questions
asked 2024-05-15T07:00:47.17+00:00
Rust, Christopher 0 Reputation points
commented 2024-05-17T16:09:20.75+00:00
deherman-MSFT 33,861 Reputation points Microsoft Employee
2 answers

how to create ios application in vs?

there is Android Application in VS. but no ios Application right? how to create ios? not MAUI just .net ios.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,958 questions
asked 2024-05-13T04:00:44.6866667+00:00
mc 3,701 Reputation points
answered 2024-05-17T16:07:22.61+00:00
Bruce (SqlWork.com) 57,481 Reputation points
1 answer

How to change names when exporting Powerpoint slides into JPGs

I export my Powerpoint slides into JPGs via the save as function. I need those to show the slides on our KPI monitors. The JPGs are named automatically as Folie1, Folie2 and so on and put in a separate subfolder. However as I exceeded 10 slides recently…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,340 questions
PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
226 questions
asked 2024-05-17T09:38:45.4233333+00:00
Harenz, Juergen 0 Reputation points
answered 2024-05-17T16:07:01.51+00:00
John Korchok 5,021 Reputation points
1 answer

How to programmatically display the Windows taskbar using C#

I would like to know what C# code/instructions are necessary to make the Windows taskbar appear so that I can use a specific item on it. Can someone provide a concise example or resource to help me accomplish this? Thank you.

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,846 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,753 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,668 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,438 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,344 questions
asked 2024-05-16T13:35:04.7966667+00:00
Thad T 6 Reputation points
commented 2024-05-17T16:05:59.4133333+00:00
Thad T 6 Reputation points
2 answers

PL-300 Transform lab no files in D: drive

No files visible in D: drive when trying to access lab via VM. This question is related to the following Learning Module

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
102 questions
asked 2024-05-15T16:09:47.4833333+00:00
Patrick Kilkelly 0 Reputation points
answered 2024-05-17T16:05:01.34+00:00
Patrick Kilkelly 0 Reputation points
1 answer

Remove table borders?

Is there really no way to remove table borders in a modern SharePoint page? That just can't be true . . . . . . can it?

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
158 questions
asked 2022-07-14T19:17:20.16+00:00
commented 2024-05-17T16:03:27.9833333+00:00
1 answer

Azure AI Document Intelligence : Find Custom Models

How to get the list of custom models using the sdk From Microsoft Azure Document Intelligence? I'm using Node sdk but didn't found any way to get custom models.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,429 questions
asked 2024-05-16T10:48:47.0366667+00:00
Sidharth Chauhan 0 Reputation points
commented 2024-05-17T15:59:28.25+00:00
VasaviLankipalle-MSFT 14,831 Reputation points
2 answers

Best practice on performing maintenance on a 2 node SQL Server Cluster with no witness.

Hello, We have a two-node SQL Server Cluster with no witness. Each month we patch the secondary server, then perform a failover and then patch the new secondary server. We do nothing special to tell the cluster that a node is going offline for patching.…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,852 questions
asked 2024-05-17T11:16:51.44+00:00
Theo 0 Reputation points
answered 2024-05-17T15:59:17.1366667+00:00
Alex Bykovskyi 1,831 Reputation points
1 answer

Debug and Release Version have different file Size, but in negative way: Maui Android App

I had a Xamarin App that when I compile goes to 30 MB file size in release after all optimization. Now, we uprade same app to Maui. And when I run the app in emulator it works fine with APK been generate of 20 MB. During Xamarin since link is not set and…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,958 questions
asked 2024-05-17T11:30:03.5166667+00:00
Sumit Gupta 26 Reputation points
answered 2024-05-17T15:54:19.4166667+00:00
Bruce (SqlWork.com) 57,481 Reputation points
3 answers One of the answers was accepted by the question author.

Gold Pokket CustOmeR care Toll-free Number)+91) 7225956374 //((((/(call)

Good time with my favorite things that

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,771 questions
asked 2024-05-17T15:52:16.2633333+00:00
Fuf Fhf 0 Reputation points
accepted 2024-05-17T15:52:52.69+00:00
Fuf Fhf 0 Reputation points
3 answers

A weired error about HTTP 500 !

I created a web user asp.net 8.0 mvc without ef. When I modify the stucture of oracle datebase table ,such as add a field ,then the web related to the table report a error about HTTP 500 . But after I restart the iis,it works well without doing anything…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
asked 2024-04-10T07:22:48.6266667+00:00
Alick Wang 266 Reputation points
commented 2024-05-17T15:52:24.6566667+00:00
MotoX80 32,086 Reputation points
1 answer

Uninstall RAS Connection Manager Administration Kit

I mistakenly installed CMAK thinking I needed it for something, but I do not and would like to remove it, but the feature is greyed out in Roles and Features wizard.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,491 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,238 questions
asked 2024-05-17T15:25:04.81+00:00
Jonathan Guyer 0 Reputation points
answered 2024-05-17T15:52:03.49+00:00
Zunhui Han 75 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Gold Pokket CustOmeR care Toll-free Number)+91) 7225956374 //((((/(call)

Good time with my family is not sure what to say about it right there is

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,771 questions
asked 2024-05-17T15:50:07+00:00
Fuf Fhf 0 Reputation points
accepted 2024-05-17T15:50:29.84+00:00
Fuf Fhf 0 Reputation points
2 answers One of the answers was accepted by the question author.

Gold Pokket CustOmeR care Toll-free Number)+91) 7225956374 //((((/(call)

Good time with my family and I'm not

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,852 questions
asked 2024-05-17T15:48:15.9433333+00:00
Fuf Fhf 0 Reputation points
accepted 2024-05-17T15:48:37.1633333+00:00
Fuf Fhf 0 Reputation points