I would like to send a message from a WPF application\'s textbox to an open notepad. After I click the button next to the the textbox, I would like the content is written into t
For sending data between two applications you control, you could use NamedPipeClientStream and NamedPipeServerStream