COM Office Add-ins & VC++ - samples and/or documentation needed!

C

Cornel Gligan

Hi!

Is anyone who knows where can I find documentation and/or samples for Office
2000 and/or 2002 and/or 2003 COM add-ins with Visual C++ (can be for any of
following: FrontPage, Word, Excel)?

I'm working with Windows 2000 Pro. and Visual C++ 6.0

Thank you in advance!

Cornel Gligan-Ignatescu
 
C

Cornel Gligan

Stefan B Rusynko said:
Start here
http://msdn.microsoft.com/library/d...2002/html/AddinsCreatingInVCPP.asp?frame=true

I have FrontPage SDK (the above link point there) but the sample code is not
about how to implement an add-in is about how to create an instance of the
Application object. I'm not a begginer. I need real samples or documentation
for C++ not for Visual Basic.

Now I'm working with FrontPage Objects help for Visual Basic and for writing
code in VC++ I use OLE Viewer and FrontPage.exe, MSO9.dll ... files to view
the sintax for VC++ for Frontpage object and is difficult to write code in
this way.

Regards,

Cornel Gligan-Ignatescu
 
S

Stefan B Rusynko

Sure looks to me like the article is about Creating Add-ins Using Visual C++

No matter what language you use initiating your FP addins you will always have to create an instance FP and then use the FP object
model to access FP objects - see
http://msdn.microsoft.com/library/d.../html/GettingStarted_AboutFPOM.asp?frame=true

I use VisualStudio.net and VB so I can't help you w/ C++ examples




| | > Start here
| >
| http://msdn.microsoft.com/library/d...2002/html/AddinsCreatingInVCPP.asp?frame=true
|
| I have FrontPage SDK (the above link point there) but the sample code is not
| about how to implement an add-in is about how to create an instance of the
| Application object. I'm not a begginer. I need real samples or documentation
| for C++ not for Visual Basic.
|
| Now I'm working with FrontPage Objects help for Visual Basic and for writing
| code in VC++ I use OLE Viewer and FrontPage.exe, MSO9.dll ... files to view
| the sintax for VC++ for Frontpage object and is difficult to write code in
| this way.
|
| Regards,
|
| Cornel Gligan-Ignatescu
|
|
 
C

Cornel Gligan

No matter what language you use initiating your FP addins you will always
have to create an instance FP and then use the FP object
model to access FP objects - see
http://msdn.microsoft.com/library/d.../html/GettingStarted_AboutFPOM.asp?frame=true

I know but this don't use me as advanced help (parameters and parameters
type, some constant values, error codes ...). It would be very helpful for
me some C++ examples for almost any FrontPage object. However, I'm lucky
bercause I worked with Office objects with Visual Basic and this help me to
understand the VB help for them, but in spite of that it's still hard to
write C++ code.
I use VisualStudio.net and VB so I can't help you w/ C++ examples

No problem. Thank you anyway.

Regards,

Cornel Gligan-Ignatescu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top