How to use Office Primary Interop assembly in own application like Business in the box. Is it possible?
How to use Office Primary Interop assembly in own application like Business in the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.