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

前端 未结 2 2119
长发绾君心
长发绾君心 2021-02-11 04:38

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:18

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

提交回复
热议问题