K
Kevin
If I want to use VB.Net, and to use Word automation with various Word
versions later than Word 97, what Reference do I need to set in my
VB.Net project? Since I want to access various versions of Word, I
assume I have to use COM and not just a PIA specific to a particular
version of Word.
Within VB.Net, what should I set my Reference at to allow me to access
Word.Application's methods and properties (early binding, which I'd
like to use at design time) and to the Object (late binding, for
compiling for production)?
Thanks.
Kevin
versions later than Word 97, what Reference do I need to set in my
VB.Net project? Since I want to access various versions of Word, I
assume I have to use COM and not just a PIA specific to a particular
version of Word.
Within VB.Net, what should I set my Reference at to allow me to access
Word.Application's methods and properties (early binding, which I'd
like to use at design time) and to the Object (late binding, for
compiling for production)?
Thanks.
Kevin