353,719 questions

Sort by: Updated
0 answers

Direct2D drawing quality is inconsistent

This is the result drawn in the window(HwndRenderTarget) This is the result of drawing in WicBitmapRenderTarget

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,474 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,594 questions
asked 2024-06-17T03:24:16.3466667+00:00
HoWe Yu 21 Reputation points
2 answers

How to Detect Initial DPI changes in a WPF Application while Scaling according to Per Monitor Aware in Variable Dynamic Screen Resolution?

In daily life we have to deal with a lot of different types of display size it may be mobile or may be a 4k monitor. The screen resolution vary from display to display. Here another important factor is DPI (Display per inch) which is mainly a scaling…

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,936 questions
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,695 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,483 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,594 questions
asked 2024-05-27T23:46:16.7233333+00:00
MERUN KUMAR MAITY 531 Reputation points
commented 2024-06-17T03:23:29.0133333+00:00
MERUN KUMAR MAITY 531 Reputation points
1 answer

Why is my VM so slow?

Hi Folks I've set up a single virtual machine for accessing Power BI from a Chromebook. However, the VM fails to open about 75% of the time and wwhen it does, its so laggy i can barely use it. I manged to install Power BI, but it's unusable to the lag…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,376 questions
asked 2024-06-17T01:24:05.3066667+00:00
Ben Martin 0 Reputation points
commented 2024-06-17T03:21:57.0933333+00:00
Anveshreddy Nimmala 3,205 Reputation points Microsoft Vendor
1 answer

How to fix Visual Studio starting problem ?

Hello, I have had this problem for several days, I uninstalled everything, cleaned the registry manually and the problem still persists. How to deal with it? I am sending the Log and a screenshot of the error. ActivityLog.xml

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,764 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
989 questions
asked 2024-06-16T14:37:08.31+00:00
konrad biskup 0 Reputation points
answered 2024-06-17T03:21:49.4866667+00:00
Anna Xiu-MSFT 27,256 Reputation points Microsoft Vendor
0 answers

Set cover image to MediaPlayerElement in C# uwp for audio files

In my C# uwp project, i want to set a cover image to my MediaPlayerElement object, when an mp3 (or other audio file) loaded. I have tried the PosterSource property, but after i have been loaded a file in my mediaplayer, the postersource disappeared. I…

Universal Windows Platform (UWP)
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,483 questions
asked 2024-06-14T13:43:15.85+00:00
Tamás Bitó 20 Reputation points
commented 2024-06-17T03:18:09.94+00:00
Junjie Zhu - MSFT 16,146 Reputation points Microsoft Vendor
1 answer

Maui picker for Android selection issue

Hello All. Currently in my app I have a picker from witch the user select an option from a list of options each option is a string NAME that describe the task the app need to do. Now I found that this name is not enough for the user and I want if…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,058 questions
asked 2024-06-16T06:31:40.76+00:00
Haviv Elbsz 1,986 Reputation points
answered 2024-06-17T03:18:07.95+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,506 Reputation points Microsoft Vendor
1 answer

Sharepoint server 2019 Document opening then downloads instead I want Open in Browser

sharepoint server 2019 iis link PDF, Word, Excel, .ppt opening then downloads instead I want Open in Browser

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,538 questions
Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
606 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
539 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,591 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,864 questions
asked 2024-06-15T11:29:33.15+00:00
EPG-Watcharapong Suwannalung 0 Reputation points
answered 2024-06-17T03:17:55.8966667+00:00
Emily Du-MSFT 43,176 Reputation points Microsoft Vendor
3 answers

TOC not indenting properly

I have a large document that uses headings 1,2, and 3. I added the "Classic" table of contents from the templates that are already made. The preview of what the TOC should look like shows the different headings indented. However, when I added…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
714 questions
asked 2024-06-11T15:02:18.3066667+00:00
Michelle 0 Reputation points
answered 2024-06-17T03:14:58.78+00:00
Jiajing Hua-MFST 6,515 Reputation points Microsoft Vendor
2 answers

Use of git with Visual Studio 2022 and C#

Maybe someone can help? I've create a little .Net core C# desktop project in VS2022 and save it to git. When I then clone this repo onto another PC, the designer has disappeared and I get errors when I try to build (project.assets.json is missing). For…

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,483 questions
asked 2024-06-14T07:07:29.7166667+00:00
Richard Johnson 0 Reputation points
commented 2024-06-17T03:12:58.36+00:00
Jiale Xue - MSFT 41,426 Reputation points Microsoft Vendor
1 answer

Multiple lines in a Label with FormattedString showing inconsistent behaviour between Windows and Android [.NET MAUI]

Hi, I've been working on a hobbyist project to create and roll custom dice rolls, which are then displayed using a PopUp.. I'm having an issue with how the Label (using FormattedString to create a series of spans showing the text. The XAML code for the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,058 questions
asked 2024-06-15T05:55:10.3+00:00
Robbie Ridgway 0 Reputation points
commented 2024-06-17T03:10:53.1433333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,901 Reputation points Microsoft Vendor
0 answers

How can I merge Certifications from one MCID to another?

I tried to edit my email account from my main Certification profile while I was registering for a Microsoft exam, and it accidentally created a new MCID. How can I merge it to my main one?

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
635 questions
asked 2024-06-17T03:10:09.2666667+00:00
argebue-4578 0 Reputation points
0 answers

How to permanently stop DistributedCOM Event ID 10016 from crashing all the time ?

I have done many low-level formats of the master boot record, installed OEM Windows 10 64-bits from Home to Professional to Enterprise, never had this problem before, started to occur around January 2024 and quite honestly it is bullsh*t that a company…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,948 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,375 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
883 questions
Microsoft Configuration Manager
Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
635 questions
asked 2024-06-17T03:05:49.2866667+00:00
Demon Slicer 0 Reputation points
commented 2024-06-17T03:09:57.7233333+00:00
Demon Slicer 0 Reputation points
1 answer

Event 2008 MSExchange OAUth

After recreated oauth cert i get plenty of Event 2008. I have an Exchange 2019 server with hybrid Exchange Online Event 2008 MSExchange OAUth When retrieving metadata from the url…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,136 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,307 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,951 questions
asked 2024-06-16T11:04:06.1766667+00:00
Michael Wiskman 111 Reputation points
edited an answer 2024-06-17T03:07:13.9833333+00:00
Bruce Jing-MSFT 1,610 Reputation points Microsoft Vendor
0 answers

Outlook Rules

I want to create an Outlook Rule with the following scenario: If an email with specific terms, like "ABC" in subject AND containing a specific DL in CC/To, then the email should land in a custom folder. Exception: If my name/address is…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,221 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,989 questions
asked 2024-06-17T03:06:21.9433333+00:00
IntuneUser 171 Reputation points
1 answer

Microsoft Graph Batch API Quota Exceeds on MS Teams Messaging

Hello, I'm currently working on a project where I need to send messages to over 20+ users individually on Microsoft Teams using the Microsoft Graph Batch API. The first batch of 20 messages sends successfully, but when I try to send the next batch, I…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,375 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,059 questions
asked 2024-06-14T11:27:06.7133333+00:00
Prathamesh Boratne 0 Reputation points
edited an answer 2024-06-17T03:05:34.4366667+00:00
JiSheng-MSFT 855 Reputation points Microsoft Vendor
4 answers One of the answers was accepted by the question author.

Retirement Announcement - Migrate your cloud services to the new Cloud Services (extended support) deployment model before 31 August 2024

On 31 August 2024, we'll retire the Cloud Services (classic) deployment model. Before that date, you'll need to migrate your services that were deployed using this model to Cloud Services (extended support) in Azure Resource Manager, which provides new…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
662 questions
asked 2021-08-27T03:49:52.777+00:00
vipullag-MSFT 25,441 Reputation points
answered 2024-06-17T03:01:22.6433333+00:00
Kay_Lee 101 Reputation points
1 answer

Insert rows for every combination of key columns values

Abstract Let us imagine a table big about 20 thousands rows. Of all the columns, three of them are key fields. For every combination of such key fields I need to enter a new row with a specific column set to 0, and copying every other cell's…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,604 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,645 questions
asked 2024-06-14T09:55:59.55+00:00
Ishtar Terra 40 Reputation points
edited the question 2024-06-17T03:00:57.2733333+00:00
Jiajing Hua-MFST 6,515 Reputation points Microsoft Vendor
1 answer

Which files can I safely delete? I need to regain space

I need to reclaim several gigs of space on my laptop, stop all the low space warnings and allow updates to go through. I just ran CCleaner's duplicate file finder app and the list is long but it starts off with many pages of these kind of MSN Edge…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,205 questions
asked 2024-06-15T17:20:58.9766667+00:00
Kathy O'Neill 0 Reputation points
answered 2024-06-17T02:59:24.53+00:00
ShiJieLi-MSFT 8,266 Reputation points Microsoft Vendor
1 answer

How to install windows iscsi initiator in windows 11 on arm?

I can't find the per-installed iscsi initiator in winodows 11 on arm.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,622 questions
asked 2024-06-14T16:44:48.0533333+00:00
lisna li 0 Reputation points
answered 2024-06-17T02:57:59.3433333+00:00
Hania Lian 9,771 Reputation points Microsoft Vendor
2 answers

I would like to share my Sharepoint page with the public. How do I do that?

Can I share a Sharepoint page to anyone, as in use it as a personal website?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,015 questions
asked 2024-06-16T21:05:32.8233333+00:00
Carol Rich 0 Reputation points
answered 2024-06-17T02:53:44.2+00:00
Yanli Jiang - MSFT 22,656 Reputation points Microsoft Vendor