hi!
i m new to VC7 addins. i am writing a plugin for MS Word in VC7. for that i
need to access the Word's Document, Selection, Range Objects etc. i don't
know how to acess them. i have accessed the Word's application object, now
further i don't know wht to do.
If someone knows about that plz help me.
thanx in advance.
AJQ
Martin Kulov - 08 Feb 2005 18:55 GMT
Hi Ahmad,
Go to your project and open properties window. Click on Add Reference... A
dialog box should appear and you have to select COM tab. Select Microsoft
Word 11.0 Object Library or some other version from the list and click
Select, then click Ok. You now have created a reference to an interop
assembly that will allow you to call MS Word. Open Object browser window and
see what are its properties and method.
HTH,

Signature
Martin Kulov
http://www.codeattest.com
MCAD Charter Member
MCSD.NET Early Achiever
MCSD
> hi!
>
[quoted text clipped - 7 lines]
>
> AJQ