S
shlomo
Hi,
I am trying to implement a COM Add-in for word 2000/xp using Visual
Studio C++ .NET. I found several examples about implementing Office
Add-ins
with VB .NET or VC 6.0 but nothing about C++ .NET. There is the
example in codeguru using VC++ 6 and also the example from Microsoft .
The Old VC++6 example from Microsoft uses a different method for
referencing the Office objects ; they do not use #import "C:\Program
Files\Microsoft Office\Office\mso97.dll" rename_namespace("Office"),
named_guids using namespace Office;
at all. Well, I am confused and do know what to start with.
Can someone help me and give me any reference or a C++ .net project
he/she worked on w (not the old one from Microsoft). ?
Thank you!
I am trying to implement a COM Add-in for word 2000/xp using Visual
Studio C++ .NET. I found several examples about implementing Office
Add-ins
with VB .NET or VC 6.0 but nothing about C++ .NET. There is the
example in codeguru using VC++ 6 and also the example from Microsoft .
The Old VC++6 example from Microsoft uses a different method for
referencing the Office objects ; they do not use #import "C:\Program
Files\Microsoft Office\Office\mso97.dll" rename_namespace("Office"),
named_guids using namespace Office;
at all. Well, I am confused and do know what to start with.
Can someone help me and give me any reference or a C++ .net project
he/she worked on w (not the old one from Microsoft). ?
Thank you!