COM Publishing

D

Dan

I have created a C++ program using the Frontpage object model to publish a web to a host. Everything works except I cannot figure out how to tell the publishing process is complete. The documentation shows an event of OnAfterPublishing, but there is no event handling interface in the Object Model Library. The Publish call has a type of void.

Using C++ and the object library is there a way to tell when the publishing is complete and if it completed successfully

Thank

Dan
 
M

MD Websunlimited

Hi Dan,

Are you using MFC? If so, use the Class Wizard to create the event handler.

--
Mike -- FrontPage MVP '09 - '02
http://www.websunlimited.com


Dan said:
I have created a C++ program using the Frontpage object model to publish a
web to a host. Everything works except I cannot figure out how to tell the
publishing process is complete. The documentation shows an event of
OnAfterPublishing, but there is no event handling interface in the Object
Model Library. The Publish call has a type of void.
Using C++ and the object library is there a way to tell when the
publishing is complete and if it completed successfully.
 

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