tags:

views:

435

answers:

1

In Outlook you can use Word as your editor for emails (not sure what the situation is in Office 2007, but you can in 2003)

Is it possible for me to replicate this in my own app? I've seen an article mentioning using the Web Browser component, opening a .doc file and turning on the right toolbars but I'm not sure if this is the right way?

A: 

You will need an ActiveX control to host Word in your application. This article [msdn] can help you start, even though it is written for classic C++ and not C#. This page [msdn] has some details on ActiveX/Windows Forms interoperability.

DrJokepu