H
hafabee
I am trying to create a COM/ATL add-in for word using VS2005 C++; this
is to be an unmanaged, not-.NET add-in.
I have sucessfully gotten the MS example
http://support.microsoft.com/kb/230689/ comaddin example to work and
intend to use it as my starting point.
I am an experienced programmer in many languages, but am rusty on C++.
I prototyped my add-in using Word's built-in VBA.
What I am stumpted on is how to use C++ for the Word functionality. For
example, how would I implement the VBA statement "Selection.Collapse"
in C++.
I work best by example so any working code that anybody could point me
to would be great.
Thanks.
P.S. I previously this posted to another forum ... sorry about that.
is to be an unmanaged, not-.NET add-in.
I have sucessfully gotten the MS example
http://support.microsoft.com/kb/230689/ comaddin example to work and
intend to use it as my starting point.
I am an experienced programmer in many languages, but am rusty on C++.
I prototyped my add-in using Word's built-in VBA.
What I am stumpted on is how to use C++ for the Word functionality. For
example, how would I implement the VBA statement "Selection.Collapse"
in C++.
I work best by example so any working code that anybody could point me
to would be great.
Thanks.
P.S. I previously this posted to another forum ... sorry about that.