DWMWA_USE_IMMERSIVE_DARK_MODE confusion
Hi I have a C++ Windows app (Qt) that uses Win32 titlebars and I'm working on adding dark theme support for it. I learned that you can set DWMWA_USE_IMMERSIVE_DARK_MODE attribute on a window so that title bars will be rendered in dark theme but I have a…
Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
the shared with me api does not work, why?
The shared with me api call to one drive does not return the relevant data, I get only one item every time I run the query even though I have proper token and more items to show
Developer technologies | XAML
How to fix - You must install or update .NET to run this application
root@ubuntu:/etc/systemd/system# /usr/bin/dotnet /var/www/MinAPI/WebApi.dll You must install or update .NET to run this application. App: /var/www/MinAPI/WebApi.dll Architecture: x64 Framework: 'Microsoft.AspNetCore.App', version '5.0.0' (x64) .NET…
Developer technologies | .NET | Other
Developer technologies | ASP.NET | ASP.NET Core
how we can build a chat bot for our asp.net core public web site?
We have a .net core MVC 8.0 web application where our data is either stored on the MVC views as html pages or inside PDF files inside file system and other PDF inside SQL database. so can we build copilot agents which interact with our data? i have…
Developer technologies | ASP.NET | ASP.NET Core
The OnChanged event isn't firing for InputNumber
I'm testing assigning numeric values in a Blazor Web App I'm writing using .NET 9. I've been following a sample, but it doesn't work. Here is the .razor file I'm using which is in a server-side project: @page "/method1" @rendermode…
Developer technologies | ASP.NET | ASP.NET Core
No Set up E5 subscription" button within my developer account created
I use my personal outlook account to set developer account but i got this reply saying,Thank you for joining. You don't current qualify for a Microsoft 365 Developer Program sandbox subscription. I read that to access it all i need is personal outlook…
Developer technologies | Visual Studio | Other
How do I get more information about this linker error?
Recently I have been doing a lot of template related programming and every once in a while I get this linker error, but it doesn't really tell me much about what's wrong. 1>CollisionSystem.obj : error LNK2019: unresolved external symbol…
Developer technologies | C++
How to write data to a gip device (Xbox Series controller)?
I am working on a program that would send a power off packet to my xbox series controller in order to turn it off. In 2024 Microsoft released GIP docs and as far as I understand Xbox One and Series work with GIP. I run a win10 pc and use an Xbox Series…
Developer technologies | C#
Maui toolkit pop-up issue
I tried a Microsoft toolkit pop-up example and the popup have corners radius that I want to remove please here are the code using CommunityToolkit.Maui.Views; namespace MyProject; public class ReturnResultPopup : Popup<bool> { public…
Developer technologies | C#
Mismatching versions of System.Text.Json
In our company, we develop 2 .NET solutions. Solution 1 contains - amongst others - a couple of .NET Framework 4.7.2 class libraries used in other projects. Some of these class libraries reference the NuGet package System.Text.Json 9.0.11 because this is…
Developer technologies | .NET | .NET Runtime
How to deploy and debug a program from a devcontainer on a remote system?
My desired workflow would be to open my C++ project in VS22 on my Windows system, built the binary in a Linux based devcontainer and deploy it for remote-debugging to another system or VM. While the first part of it works without any issues, I ´m…
Developer technologies | Visual Studio | Debugging
App can not quit and blocked in NtTerminateProcess
Here is the call stack: # Child-SP RetAddr : Args to Child : Call Site 00 000000a9`de2ffaa8 00007ff9`762918ab : 00000000`00000000 00000000`00000000 ffffffff`fffffffe…
Developer technologies | C++
My update ran into a problem, and I'm not sure what to do.
Developer technologies | Visual Studio | Setup
How can I install Microsoft Clarity on my custom-domain website?
Hi, I’m trying to install Microsoft Clarity on my website https://invitoai.com, which runs on a custom domain. I want to make sure I’m setting it up correctly so the tracking works without any issues. Could someone explain the proper steps for adding the…
Developer technologies | Visual Studio | Debugging
Do you need a Visual Studio subscription if you only need access to Windows test/dev systems licensed under a Visual Studio Open Value subscription to perform administrative tasks?
Do you need a Visual Studio subscription if you only need access to Windows test/dev systems licensed under a Visual Studio Open Value subscription to perform administrative tasks?
Developer technologies | Visual Studio | Testing
Mis, bagaimana caranya membuat templet untuk presentasi
Saya ini membuat templet untuk presentasi materi saya
Developer technologies | Windows Presentation Foundation
MAUI: Blank space on header and footer of a flyoutpage
My app's home page is a FlyoutPage and below is its xaml. <FlyoutPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …
Developer technologies | .NET | .NET MAUI
Markdown string for Hover (textDocument/hover) in Visual Studio
Iam working on an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover) on some keywords in editor. Markdown string returned for Hover request does not work in my case. Does Visual Studio support…
Developer technologies | Visual Studio | Extensions
MAUI: To build this project, the following workloads must be installed: wasi-experimental
I am getting below error for my MAUI project: To build this project, the following workloads must be installed: wasi-experimental To install these workloads, run the following command: dotnet workload restore I have experienced the same issue before…
Developer technologies | .NET | .NET MAUI
PROBLEMS WITH FTP -PASSIVEPORTRANG
Hello! I have a problem with the FTP protocol. I am transferring files to a domain via the command line. The company that rents the domain changed the operating system from CloudLinux 7 to Cloud Linux 9. And since then the transfer has not worked for me.…