Possibly you could use Remoting which is as far as i know the prefered IPC method for .NET. You setup a communication channel on the serving application, the console app in this case, and attach to it ...
What tech should a .NET coder use for a new Windows desktop app when presented with a dizzying array of options that include .NET MAUI, WinUI, WinForms, WPF, UWP, Blazor and so on? We've investigated ...
Supporting display DPI awareness and sharing display configuration information between the Windows Forms runtime and designer have been challenging, Microsoft said. The runtime for Windows Forms, ...