I'm looking for a control which will allow me to run any app inside a
Window/Panel/Tab
Specifically I want to be able to save xml files created from XMLSpy to a
database in a very specific format - I'd like to run XMLSpy in a window
inside this app, then save/retrieve files to/from a sql server db. Not
quite seamless integration, but better than nothing.
Thanks
Stoitcho Goutsev \(100\) [C# MVP] - 01 Apr 2005 01:57 GMT
Hi David,
You cannot run an application inside another application. The only way you
can do it is thru inplace activated OLE controls (for example MSExcel
implace activated inside MSWord). However this is feature of MSExcel and and
MSWord and cannot be do be done for any application.

Signature
Stoitcho Goutsev (100) [C# MVP]
> I'm looking for a control which will allow me to run any app inside a
> Window/Panel/Tab
[quoted text clipped - 5 lines]
>
> Thanks