290,385 questions

Sort by: Updated
2 answers

How do I draw anti-aliased text in a ListBox with DrawMode set to OwnerDrawFixed?

I have a ListBox on my form with its DrawMode property set to OwnerDrawFixed. How can I get the text I draw to be antialiased? I've already set the TextRenderingHint property of the Graphics object to AntiAliasGridFit but it's not drawn…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,838 questions
asked 2024-05-01T18:51:36.1366667+00:00
DaveF 21 Reputation points
answered 2024-05-08T13:39:55.13+00:00
KOZ6.0 4,895 Reputation points
1 answer One of the answers was accepted by the question author.

.Net Maui ViewModel and MVVM

Currently I have a shell application with a Tabbed Page with several Content Page Views. Instead of using one big Model (Populated with Data from a Database) in my ViewModel for all these Content Page Views, what is the best practice to separate…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,911 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,293 questions
asked 2024-05-07T20:27:49.38+00:00
Tom Meier 80 Reputation points
accepted 2024-05-08T13:39:54.4066667+00:00
Tom Meier 80 Reputation points
1 answer

How to separate logs receiving on syslog port 514 to separate table during ingestion and avoid duplication.

Hi Team, I have centralized log forwarders setup which collects logs on 514 port from different application, I want to send those logs to separate table by filtering them at ingestion time. Currently all logs are going to syslog using default DCR rule,…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
989 questions
asked 2024-05-03T13:16:08.3933333+00:00
Disha Bodade 65 Reputation points
commented 2024-05-08T13:39:39.75+00:00
Disha Bodade 65 Reputation points
2 answers

Ghost appearing of DHCP option 121 assigned routes

Hi When connected to my office network DHCP server will assign option 121 three different networks to be reached using a router which is nor the default gateway. This works absolutely, the netwoks appears in my router table, in active routes. It does NOT…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,677 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,275 questions
asked 2024-05-02T11:18:05.4333333+00:00
Michael Forum 0 Reputation points
answered 2024-05-08T13:39:12.5333333+00:00
Wesley Li 4,995 Reputation points
1 answer

Not able to connect to Azure VM via Connect option using Remote Desktop Connection on local Windows

Not able to connect to Azure VM via Connect option using Remote Connection on local Windows Its working with Azure Bastion but not with Remote Desktop Connection Getting below error

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
957 questions
asked 2024-05-08T13:20:09.6066667+00:00
Mytoast Admin 115 Reputation points
answered 2024-05-08T13:38:44.8366667+00:00
Marcin Policht 11,550 Reputation points MVP
1 answer

How do I recover Azure Backup Passphrase?

Hello, During setup for Azure Backup for on-premises machines, the backup server passphrase was misplaced. I would like to retrieve it since I am taking one of the servers off site recovery. How do I go about retrieving the backup passphrase? since…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,133 questions
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
641 questions
Windows Server Backup
Windows Server Backup
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Backup: A duplicate copy of a program, a disk, or data, made either for archiving purposes or for safeguarding valuable files from loss should the active copy be damaged or destroyed.
453 questions
asked 2024-05-08T12:29:58.0333333+00:00
Diana Piloya 25 Reputation points
answered 2024-05-08T13:32:12.54+00:00
Marcin Policht 11,550 Reputation points MVP
1 answer

No application access policy found for this app

We are encountering application access policy issue when tried to access Online Meetings API.  We registered a new app registration and provided grants to application permissions for Online Meetings. we followed MS documentation to configure access…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,144 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,686 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,879 questions
asked 2024-05-02T05:20:35.04+00:00
SATYA PAVANKUMAR 40 Reputation points Microsoft Employee
commented 2024-05-08T13:29:12.05+00:00
SATYA PAVANKUMAR 40 Reputation points Microsoft Employee
1 answer

Upgrade to Windows 11 causing no LAN connection where 802.1X is enabled via NPS

Hi together, I have had an issue with ethernet connection right after upgrading the OS from Win-10 to Win-11 where it seems like the authentication to NPS is not performed successfully. We use 802.1X authentication for all the users and this problem…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,251 questions
asked 2024-05-07T12:43:24.5233333+00:00
Ymer Gurra 0 Reputation points
answered 2024-05-08T13:29:06.8433333+00:00
Wesley Li 4,995 Reputation points
1 answer

PowerBI / Databrick can we edit data in report

When we create reports in PowerBi or in Databricks. can we edit the data in report and if it can updated in backend datasource. Please let me know if this possible

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,943 questions
asked 2024-05-06T20:49:03.1766667+00:00
Pothiraj, Saranya-ADM 0 Reputation points
commented 2024-05-08T13:28:10.6033333+00:00
Pothiraj, Saranya-ADM 0 Reputation points
1 answer

Adding access policy for storage container with Python

I'm trying to write a python script to add access policy to container. The initial code works, but it's deleting all current policies and create a new one. from azure.storage.blob import BlobServiceClient, ContainerSasPermissions, AccessPolicy from…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,442 questions
asked 2024-05-07T15:54:09.2933333+00:00
Denis Mukhamedov 20 Reputation points
commented 2024-05-08T13:28:04.2466667+00:00
Denis Mukhamedov 20 Reputation points
1 answer

Removing the Accessibility button on login screen for Windows 11

Hi, would it be possible to know, how to remove the "Accessibility" button for Windows 11 via Windows Registry? I'm able to remove this in Windows 10 (Ease of Access button) however, using the same method for Windows 10 on Windows 11…

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,778 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,251 questions
asked 2024-05-08T12:18:10.2033333+00:00
KRYST4LCLR 0 Reputation points
answered 2024-05-08T13:27:23.53+00:00
Daisy Zhou 18,716 Reputation points Microsoft Vendor
1 answer

Upgrade Azure Stack HCI 22H2 to 23H2

Hello Guys It is possible to update Azure stack HCi 22H2 to 23H2 through Admin center. Regards

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
271 questions
asked 2024-05-07T16:02:33.6433333+00:00
Sebastian Antunez Noguera 0 Reputation points
commented 2024-05-08T13:25:18.2966667+00:00
vipullag-MSFT 24,216 Reputation points Microsoft Employee
11 answers One of the answers was accepted by the question author.

How to reply to all with attachments (outlook version 16.52)

I use Outlook version 16.52 on Mac and when I reply to all how can I use the attachs of the original mail?

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,902 questions
asked 2021-09-21T17:53:48.71+00:00
NUNO MARZIA 101 Reputation points
commented 2024-05-08T13:23:30.0133333+00:00
Ben Immink 0 Reputation points
2 answers

75Hz setting for every 3D game

How can I force the Samsung LS19MYAKBB/EDC monitor to have a refresh rate of 75Hz in 3D games? I can normally set the refresh rate 75Hz in the graphics settings from the control panel, but when I start a 3D game, regardless of the resolution, the refresh…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,677 questions
asked 2024-05-01T23:42:09.6066667+00:00
Kacper Syguła 0 Reputation points
answered 2024-05-08T13:23:17.2033333+00:00
Wesley Li 4,995 Reputation points
1 answer

The client 'abc' with object id 'XXXXXXXXXXXXXXXXXX' does not have authorization to perform action 'Microsoft.Resources/subscriptions/resourceGroups/read' over scope '/subscriptions/'XXXXXXXXXXXXXXXXXX'/resourceGroups/XXXX-014-aks-rg' or the scope is in

I got into a situation where I need to access AKS cluster ,so I have added below required permission by adding myself to the group and given necessary permission but getting below error ERROR :The client 'abc' with object id 'XXXXXXXXXXXXXXXXXX' does not…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,871 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,610 questions
asked 2024-05-06T11:19:20.9033333+00:00
Deepanshu katara 5,145 Reputation points
commented 2024-05-08T13:22:34.91+00:00
Deepanshu katara 5,145 Reputation points
4 answers

Update to 2309 stuck Post-Installation

I recently tried to update our server to 2309. No issue during prereq check and installation succeeded without an issue, however I have been stuck on Post Installation. It looks like SMS_Executive is crashing and I am unable to locate an error related to…

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.
840 questions
asked 2023-11-20T00:39:19.1466667+00:00
Erik Inkster 35 Reputation points
commented 2024-05-08T13:22:10.91+00:00
JMV 0 Reputation points
2 answers

Excel PowerQuery Data Source Error Handling

I had question about something in reference to my PowerQuery architecture. I have a data source that resides on a network shared drive, which my workbook queries (with self-query for the addition of comments/notes). Every so often, it will present the…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,482 questions
asked 2024-05-07T22:16:09.4033333+00:00
LandyAdam-4067 0 Reputation points
commented 2024-05-08T13:21:59.4933333+00:00
LandyAdam-4067 0 Reputation points
3 answers

Put Blob REST API Content-Length error

I'm trying to write the XML response obtained from a REST API GET request to a file in Azure Blob Storage, using Azure Data Factory. I'd prefer to use the Copy activity to achieve this, but it doesn't support XML sinks. I've therefore been forced into…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,442 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,624 questions
asked 2024-05-07T10:06:05.8133333+00:00
Jez Walters 20 Reputation points
edited an answer 2024-05-08T13:21:22+00:00
Jez Walters 20 Reputation points
1 answer

unable to add shared mailbox account as an exchange account

I have been able to add one shared mailbox as an Exchange account (to solve a searching issue) but the second shared mailbox keeps asking for a password and gives me the sign on error code below: Error Code: 50058 Request Id:…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,854 questions
Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
3,026 questions
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,360 questions
asked 2024-05-06T12:33:01+00:00
Chris Helms 0 Reputation points
commented 2024-05-08T13:21:16.16+00:00
Chris Helms 0 Reputation points
1 answer

File System Ownership problems with USB hard drive (Windows 10, Windows 11, Seagate External USB Drive))

I have a Seagate external USB hard drive that I am using to back up photos. I am having a recurring problem with this drive, that when I use it on a new computer, I get a "access denied" error, that can be fixed by running the takeown command…

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,778 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,091 questions
asked 2024-05-02T06:44:47.4566667+00:00
Simey de Klerk 0 Reputation points
answered 2024-05-08T13:18:55.1233333+00:00
Wesley Li 4,995 Reputation points