开发者

Communicate between windows form and console

开发者 https://www.devze.com 2023-01-08 04:44 出处:网络
Just wondering if anyone has an example of communicating from console app to windows form or vice vers开发者_如何学Ca.

Just wondering if anyone has an example of communicating from console app to windows form or vice vers开发者_如何学Ca. Thanks


I'd try with Inter-Process Communication mechanisms (IPCs) or with writing/reading temp files. It depends on your application.


What form of communication are you talking about?

Information can be written to and read from a flat text file, XML files, a database etc.

There could be direct communication via sockets.

Or are you talking about one application "controlling" the other in some way?

0

精彩评论

暂无评论...
验证码 换一张
取 消