Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
11 views

How to Bring a Desktop Application to the Foreground from a Web Application via a Tray App [duplicate]

I have a web application that needs to trigger actions in a desktop application (not under my control). This desktop application provides an integration API, but only for other desktop applications, ...
Fisnik Limani's user avatar
0 votes
0 answers
15 views

Dynagraph library for a C# .NET option

Is there any way I can create a dynagraph on C# and .NET for a Windows application? I have tried to search ready library but I didn't found any one? And if this is not available then any idea how can ...
DeveshM's user avatar
  • 476
0 votes
1 answer
59 views

Getting Windows user's name in "Firstname Lastname" format when user is part of a group

I'm trying to get the name of the currently logged in Windows user in the format "John Doe". I'm not sure if there's an accepted term for this, but think, the name you see when you bring up ...
Josh Brunton's user avatar
-1 votes
0 answers
36 views

Problem building Windows Service project using CLI (C#)

I want to build a Windows Service project using CLI (dotnet or msbuild) to be able to make continuous delivery of a new project. No problem to build a Windows Application, but, if I use dotnet build ...
Shionigami's user avatar
0 votes
1 answer
26 views

Can anyone explain this error message ? C5275

I am facing a bad situation while trying to build an assembly DLL from C++ code, for .NET 7.0. The compiler reports the messages below, even before it attempts to compile. (By the way, this should be ...
Yves Daoust's user avatar
0 votes
0 answers
28 views

Enabling Efficiency Mode (EcoQoS) for a Process by PID in C++ and Verifying in Task Manager

I'm trying to enable Efficiency Mode (EcoQoS) for a process given its process ID (PID). I have referred to this similar question on Stack Overflow, but I'm still facing issues. Issue: Although the ...
Shivam's user avatar
  • 52
0 votes
0 answers
11 views

Dot Net framework error initialization problem

enter image description here Error displayed when turn on pc , and install windows apps I tried to install . Net frewoek v4. D How can I fix it , I have windows 10 . Please I want to know if the ...
BÅĐ BØÝ's user avatar
0 votes
0 answers
9 views

.NET solution that uses third party hardware and DLLs

My team and I are writing a .NET application to run in a Windows environment. We will be using hardware from four-ish different vendors, that each comes with their own dll (the term is unmanaged dlls, ...
Nikolaj Eriksen's user avatar
2 votes
0 answers
109 views

Should I implement a C# destructor (aka finalizer) to unsubscribe from a system event? [duplicate]

Answer to "duplicate" - while a weak event may be the best solution here. The question is very different. In this answer we are told to (almost) never write a destructor by someone who ...
ispiro's user avatar
  • 27.4k
0 votes
2 answers
44 views

Streaming an Updating Folder of Images with FFmpeg Without Restarting the Script

I'm working on a project where I need to stream a series of images stored in a folder using FFmpeg. My current command looks like this: ffmpeg -stream_loop -1 -f image2 -framerate 5 -i "C:\Images\...
Roy Raihenshtein's user avatar
0 votes
0 answers
28 views

Windows Memory Usage much larger than sum of managed heap objects [duplicate]

I have a proces which comsunes around 16GB of memory. I have made a dump file which has a size of around 20GB. When i analyse the file i get a total size of 1,7GB of used managed memory by my objects. ...
user13733292's user avatar
0 votes
0 answers
34 views

Incorporating .NET 3.5 framework and developer pack in a Docker image

I am trying to install / enable .NET 3.5 framework along with its developer pack in a windows Docker image. I researched and found that there is no installer for .NET3.5 Please see https://dotnet....
Hari Prashanth's user avatar
-2 votes
0 answers
46 views

Try to run a program in VS Code with dotnet it don't work it say directions not found

This is the error I get whenever I try to run my C# code: dotnet run --project ProjectName.csproj Unhandled exception. System.IO.FileNotFoundException: The resource avares://ProjectName/Assets/...
Anorial's user avatar
1 vote
0 answers
60 views

How to create a shadow with rounded corners

I'm making a borderless form based on WinForms with rounded corners on Windows 7. To make its edges are visible, I used the following code to drop a shadow on it. This does work, but I'm finding that ...
WangHaonie's user avatar
1 vote
1 answer
65 views

Removing the strikethrough line in CalendarView in WinUI

I am implementing a custom control based on CalendarView and have an undesired strikethrough line going through today, like this: My CalendarViewDayItemStyle is defined as following: <CalendarView....
Den's user avatar
  • 16.8k

15 30 50 per page
1
2 3 4 5
413