How to use Office Primary Interop assembly in own application like Business in the box. Is it possible?
You can host Microsoft Office applications inside a control using the DSO Framer. You simply :
framerControl.Open(@"C:\SomeDocument.doc");
- it will work out which Office application to embed.Alternatively you can use the Win32 API to embed other programs into a Panel control inside your own application.