Porting/Writing WPF application which launches external applications to Silverlight 4 out of browse
Posted
by MicMit
on Stack Overflow
See other posts from Stack Overflow
or by MicMit
Published on 2010-03-18T05:31:19Z
Indexed on
2010/03/18
5:41 UTC
Read the original article
Hit count: 323
WPF launches certain method which calls external exe and waits , and then accesses a file which was an output of external exe. Assuming I would build this application with a consideration of porting to Silverlight 4 later what should I do ?
© Stack Overflow or respective owner