Using Word

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I would like my vb.net app to work with word 2000 and above. What is the
method to get the appropriate reference(s) in my vb app?

Thanks

Regards
 
In VS, add a reference, choose COM and add either Micorosoft Word 10.0 or
11.0 depeding on your needs..

HTH,

Bill
 
For compatibility with Word 2000, use the Word 9.0 type library. You should
have Word 2000 installed on your development machine.
 
Back
Top