communicate with other app from an app
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, How could I start a c# application and communicate with another application in another process ? e.g. my application want to communicate with an already-opened MS Word document. Thanks
You could go thru Win32 API's Look at http://www.codeproject.com/csharp/wmp_pinvoke.asp[^] ~Alexander Kent