I have Application-A that sends a file over FTP. I designed the application in Expression Blend.
I would like to take the existing Application-A and make it, instead, into a FTP component within a new Application-B with greater functionality.
Application-B would pass a file location into the FTP component. When the file location is verified, the new FTP component would launch/load/display and enable the user to send the file.
How can I implement this functionality with the two applications? How can I include one application as a component of another?
1 Answer