
running windows application from another windows application
Erez,
Generally speaking, to run another application, you can use the static
Start method on the Process class.
As for making them communicate with each other, it depends on which
route you want to go. You might want to consider COM interop, or passing
messages between the two applications, or even pipes. It all depends on
what your requirements are and if you have access to the code base for both
applications.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
Quote:
> Hi,
> If I have a windows application. When clicking a button in this
> application, I want to run another windows application. These 2
> applications need to communicate with each other. How?
> Thanks
> Erez
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!