Create word documents from .dot-file from C# 2.0

M

Magnus

Hi,

I have some com interop code to create MS Word w2k documents from c#.
Does anyone have a managed version?
Using the Office 2003 package in VS 2005 requires Word 2003?

Regards
/Magnus
 
G

Guest

I have some com interop code to create MS Word w2k documents from c#.
This one
http://www.microsoft.com/downloads/...1e-3060-4f71-a6b4-01feba508e52&displaylang=en ?
Does anyone have a managed version?
Word in unmanaged app, thus you need to use interops for this
Using the Office 2003 package in VS 2005 requires Word 2003?
Yep, You can use VSTO for this. Requirements are there
http://blogs.msdn.com/pranavwagh/archive/2005/12/27/507554.aspx


--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top