IPC in C#, sending text from one exe to another exe

前端 未结 2 1446
生来不讨喜
生来不讨喜 2021-02-11 04:32

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

2条回答
  •  执笔经年
    2021-02-11 05:15

    For sending data between two applications you control, you could use NamedPipeClientStream and NamedPipeServerStream

提交回复
热议问题