Just wondering if anyone has an example of communicating from console app to windows form or vice versa. Thanks
A:
Hi,
I'd try with Inter-Process Communication mechanisms (IPCs) or with writing/reading temp files. It depends on your application.
Amokrane
2010-07-22 14:16:36
A:
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?
ChrisF
2010-07-22 14:17:09