How to send or pass data or values to the embedded Exe application from the Host WPF Application ?
Asked
Active
Viewed 204 times
0
-
What have you already tried? – Sean Beanland May 13 '15 at 16:07
-
It is InterProcessCommunication. http://stackoverflow.com/questions/528652/what-is-the-simplest-method-of-inter-process-communication-between-2-c-sharp-pro – Ayyappan Subramanian May 13 '15 at 16:19
-
I have embedded unity 3D game exe in WPF application and now need to pass data from WPF to unity to operate. Don't want to use any input device. – Eshaal May 13 '15 at 19:01