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

Re: COM Office Add-ins & VC++ - samples and/or documentation needed! by Stefan

Stefan
Mon May 24 04:00:31 CDT 2004

Start here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fpsdk2002/html/AddinsCreatingInVCPP.asp?frame=true

PS
Please don't cross post

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Cornel Gligan" <~~cornelg@iseemedia.com> wrote in message news:uhhBzPWQEHA.3660@tk2msftngp13.phx.gbl...
| 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
|
|



Re: Re: COM Office Add-ins & VC++ - samples and/or documentation needed! by Cornel

Cornel
Mon May 24 04:53:56 CDT 2004

"Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message
news:uOn2S2WQEHA.252@TK2MSFTNGP10.phx.gbl...
> Start here
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fpsdk2002/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



Re: Re: COM Office Add-ins & VC++ - samples and/or documentation needed! by Stefan

Stefan
Mon May 24 05:21:09 CDT 2004

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/default.asp?url=/library/en-us/fpsdk2002/html/GettingStarted_AboutFPOM.asp?frame=true

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

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Cornel Gligan" <~~cornelg@iseemedia.com> wrote in message news:%23QN3LUXQEHA.3476@tk2msftngp13.phx.gbl...
| "Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message
| news:uOn2S2WQEHA.252@TK2MSFTNGP10.phx.gbl...
| > Start here
| >
| http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fpsdk2002/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
|
|



Re: Re: COM Office Add-ins & VC++ - samples and/or documentation needed! by Cornel

Cornel
Mon May 24 07:06:53 CDT 2004

> 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/default.asp?url=/library/en-us/fpsdk2002/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



Re: Re: COM Office Add-ins & VC++ - samples and/or documentation needed! by bob

bob
Fri Jun 11 04:38:48 CDT 2004

http://www.kbalertz.com/Feedback_230689.aspx Is a good example for the
implementing of com addins with office.

The SDK is not very helpful for C++.net developers, the header files some
old expressions, unless I'm forgetting something.




"Cornel Gligan" <~~cornelg@iseemedia.com> wrote in message
news:eFXqceYQEHA.3476@tk2msftngp13.phx.gbl...
>> 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/default.asp?url=/library/en-us/fpsdk2002/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
>
>