I'm a semi-experienced C++ programmer trying to pick up C# and I'm having a bit of trouble trying to find the C# equivalent of a 'cout'. <BR><BR>I'm trying to develop a Windows Forms application which ...
Windows 11 apps have a major consistency problem, but Microsoft is finally giving developers the tools to fix it.
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 ...