-
Word Control
I know I have asked this before but I was hoping for a bit more feedback.
I am finishing off a windows application and have just been told that I must embed a word viewer which supports read/write and as many versions as possible as they may not have word installed.
Can anyone recommend one ?
What ever happened to the office viewer control sigh.
-
Re: Word Control
-
Re: Word Control
If you use a web browser control the document may or may not open inside the browser.
Since they wil have Word you can use SetParent to embed the application inside a panel or groupbox. You will possibly experience issues with this technique but to do other techniques may be more problematic.