VB.NET & Office Automation

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi,

I don't know the MS Office products that well, but I once worked on a project involving VB6 and MS Word. At that time, we were able to use the Word Object Model in our VB6 project to do some things in Word documents, such as working with extended properties, etc.

I was wondering how this "automation" now works with .NET. Do I still need to reference a COM DLL (the Word Library) or is there a "newer" way for doing so. I am wondering how to make MS Office XP/2003 products work with and VB.NET and/or C#.

Thanks.
Mike
 
* "Mike said:
I don't know the MS Office products that well, but I once worked on a project involving VB6 and MS Word. At that time, we were
able to use the Word Object Model in our VB6 project to do some things in Word documents, such as working with extended
properties, etc.

I was wondering how this "automation" now works with .NET. Do I still need to reference a COM DLL (the Word Library) or is there
a "newer" way for doing so. I am wondering how to make MS Office XP/2003 products work with and VB.NET and/or C#.

I suggest to have a look here:

<URL:http://msdn.microsoft.com/office/>
 

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

Back
Top