is there as simple way to pass data between 2 apps? it seems DDE support this, but vb.net 2010 seems not support DDE anymore.

in my program, I need launch another exe, then wait the exe finish, and get the export data.

both apps are in the same solution. one method I can think of is: writing the data into a xml file, then load it from the main exe when the second exe is done.

is there an easier way to do this?


thanks

bear