Multiple Deployment Issue

  • Thread starter Thread starter Lee Grindon
  • Start date Start date
L

Lee Grindon

Hello, I want a central MDI windows app that can call other
.net windows applications. The deployment scenario is such that a new
application will be needed on a daily basis so I don't want to deploy
the main MDI app again and again just open the newly created
application? Any ideas would be greatly appreciated. I can open the
external apps using Process.Start but these don't become part of my MDI
form.
Thanks in advance
 
Lee,

You can load .NET assemblies dynamically. Have a look at Assembly.LoadFrom.

HTH,
Alexander Shirshov
 
Back
Top