Trying to Find C# Code Example to Use with Office.Interop.Publishe

N

NeilGott

I am trying to figure out the Publisher Object Model to write some C# code
using, Office.Interop.Publisher.

Does anyone know of a simple example App or code snippet in C# or VB to help
me jumpstart learning this. Want to use it in a Windows App being develop
with Visual studio.

Thanks.
 
E

Ed Bennett

NeilGott said:
I am trying to figure out the Publisher Object Model to write some C# code
using, Office.Interop.Publisher.

Does anyone know of a simple example App or code snippet in C# or VB to help
me jumpstart learning this. Want to use it in a Windows App being develop
with Visual studio.

I've got no idea where you could find some C# source code. There's
plenty of VBA code on the MSDN website:
http://msdn.microsoft.com/en-gb/library/bb291001.aspx
and some VB6 code on my site:
http://ed.mvps.org/Static.aspx?=Publisher/add-ins
 
N

NeilGott

Thanks Ed for your reponse. I will take a look at links you suggested.

Seems like little done in the way of C# and Interop.Publisher, at least on a
web search
 

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