Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Can I call Microsoft office word or excel tool bars in C# windows application

I want to use Microsoft office tool bar for a rich text box. Is it Possible?

share|improve this question
2  
Your question is extremely unclear. The answer is probably "No". – SLaks May 29 '11 at 15:30

3 Answers

No. You cannot do it. But you can design your own using toolstrip controls.

share|improve this answer

NO, moreover now you cant embed whole MS word into your app because DSOFrames (Microsoft library which allowed to embed office apps in winform apps) is no longer supported.

share|improve this answer

Definitely No.

It's simple cuz that in the Microsoft Dll and you must look for Other controls like That.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.