Hi i have a program that i want to embed to a smart client workspace.
is there any best practices and tips for doing it the easy and simplest way?
BR
Tal
Hi i have a program that i want to embed to a smart client workspace.
is there any best practices and tips for doing it the easy and simplest way?
BR
Tal
I’m not aware of a way to embed an external application into a WPF window. If the application can be loaded and instantiated from a DLL then you should be able to embed either a WPF window/control or a winform into a viewlayout in your own plugin.
The MIP Plugin template in Visual Studio includes a workspace plugin which shows you how to get started.
If your application can be accessed in a web browser, you could create a workspace with a fixed URL showing that app’s web interface.