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
|
|