Confirm context menu in iOS not working?
Has anyone used context menus in iOS? The code below for context menu on image works fine in Windows but not on iOS. I've tried many different touch settings unsuccessfully. I don't think that matters since it doesn't work with keyboard (and trackpad…
Developer technologies | .NET | .NET MAUI
Developer technologies | C#
.NET Framework and .NET Core Update Support on Windows Server 2012 R2 After EOL
What is the support status for .NET Core and .NET Framework updates on Windows Server 2012 R2 after October 2023, given that the OS will not receive any security updates? Can components like .NET versions 3.5 to 4.2 still receive updates through newly…
Developer technologies | ASP.NET | ASP.NET Core
Windows for business | Windows Server | User experience | Other
Developer technologies | .NET | Other
How to to fix this issue?
I tried downloading Visual Studio to my pc but I have this error popping up which I don't know how to fix. I've tried installing the package into my pc but it wouldn't complete. I've tried using the internet many times and asking a few people but it was…
Developer technologies | Visual Studio | Setup
Developer technologies | C++
Try to delete all file coming with filesystemwacther and delete all file created by user.
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading; using…
Developer technologies | C#
CenterScreen in Windows For .NET MAUI
Hello, I don't know how I can make the windowstartuplocation centerscreen function in .net maui
Developer technologies | .NET | .NET MAUI
Developer technologies | C#

How do I receive the download progress of a Microsoft Store package? | WinUI/UWP
Hi. I'm installing a package from the Microsoft Store from my WinUI application, but I'd like to see the download progress. I have the following code on Constructor: PackageCatalog packageCatalog => PackageCatalog.OpenForCurrentUser(); And when I…
Windows development | Windows App SDK
Developer technologies | C#
MAUI iOS 18 LaunchScreen Storyboard (LaunchScreen~[iphone/ipad].storyboardc) Not Found
I am getting the following errors trying to deploy my iOS 18 build of my MAUI app to TestFlight. I am using XCode 16 in MacOS Sequoia. The app compiled and distributed under XCode 15.4
Developer technologies | .NET | .NET MAUI
Embedding Power BI Report into .net core Web api using Azure AD B2C Tenant
Hello programmars I am trying to implement .net core Web api which can embed PowerBI reports. I am able to do that using Azure Active Directory but the problem is Our client has Azure AD B2C tenant so how can I generate access token using users of B2C…
Developer technologies | ASP.NET | ASP.NET Core
Microsoft Security | Microsoft Graph

How to get the non null row before the row with null value
Hi I want to see the non null row before the row with NULL value in the result set. I have data in below in format I want to see ID 2 row in the result set like below Help with this would be appreciated.
SQL Server | SQL Server Transact-SQL
Developer technologies | Transact-SQL
SQL Server | Other

How to migrate Plugin.BLE.UWP Project to maui
We are Migrating xamarin forms project to Maui. We have used Plugin.Ble.UWP project in our project .So when we run the application using Plugin.BLE.UWP project It is giving Platform Not Supported Exception. And also we have used following nugets for…
Developer technologies | .NET | .NET MAUI
Universal Windows Platform (UWP) API Call from C native console application - crash
Hi! Based on Microsoft Universal Samples (https://github.com/microsoft/Windows-universal-samples) I've created a static library(.lib) for geolocating on Windows 10/11. The library is linked into a Windows console application (.exe). I've tried with…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | C++
Developer technologies | Visual Studio | Other
Accessing elements from the "AppShell.xaml.cs" file
<Label x:Name="FlyoutUserName" Grid.Column="1" FontAttributes="Bold" HorizontalTextAlignment="Start" VerticalOptions="End" LineBreakMode="TailTruncation" Text="{x:Static…
Developer technologies | .NET | .NET MAUI
Code to split x³
I got help from the for to split exponents , but the below code won't split x³ I want output as x and 3 using System; using System.Text; using System.Text.RegularExpressions; string input = "2³"; Regex regex = new…
Developer technologies | C#
UWP App communication with another process (*.exe)
UWP Experts, We have a UWP app where we use a third party process (*.exe) and get the updates for file conversions. We call the process using .NET Process class and get the conversion updates and based on the process exit code it is decided that the…
Developer technologies | Universal Windows Platform (UWP)
Want to add Checkbox List asp.net but not alignign correctly
I have a forms as described in this post https://learn.microsoft.com/en-us/answers/questions/2086934/how-to-add-the-date-selected-to-an-asp-net-form-wi the problem is I tried to add asp,net checkbox list but it does not style correctly. I have used Flow,…
Developer technologies | ASP.NET | Other
VS 2022 can't start because it can't find files : System.Net.Http,
Hello, I can't launch VS 2022 because of an error : "Impossible to start Visual studio because of an error. System.IO.FileNotFoundException : Impossible to load the file or the assembly ‘System.Net.Http, Version = 4.0.0.0, Culture = neutral,…
Developer technologies | Visual Studio | Other
Visual Studio 2022 Crashing on Startup
Visual Studio 2022 crashes immediately upon launching, preventing access to the IDE. What troubleshooting steps can be taken to resolve this issue? More information can be provided if needed.
Developer technologies | Visual Studio | Other
Manually opened Word files are being closed when files are opened using Microsoft.Office.Interop.Word.dll (15.0.0.0). How can I prevent this?
I have a C# program that uses Microsoft.Office.Interop.Word.dll (15.0.0.0) to repeatedly open Word files, gather information, and close them. However, while my application is running in the background, if I try to manually open a Word file from Explorer…
Microsoft 365 and Office | Development | Other

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | Word | For business | Windows

Developer technologies | C#
Can we use both WinUI3 controls and Win32 controls in a WinUI3 application?
Hi, I'm using WinUI3 application, As we can extract HWND from WinUI3 window, and we can attach Window Proc with SetWindowSubclass and manage WM_* messages, I was wondering if we can use Win32 controls and WinUI3 controls at the same time. I was…
Windows development | Windows App SDK
Windows development | Windows API - Win32
Developer technologies | C++
Assistance Required for Resolving "System.OutOfMemoryException" in Visual Studio
Subject: Help Needed with System Out-of-Memory Issue in Visual Studio Hello Everyone, I hope you're all doing well. I'm working on a project in Visual Studio that includes a large number of forms, user controls, and images used as icons. However, I am…