Z
Zack Barresse
Hello everyone,
I received Visual Studio 2005 (with .NET framework) as a gift recently (been
drooling over it). I am trying to make a Publisher addin with it as I'm
trying to make a commandbar populate to the toolbar on open. I am working
with Publisher 2003. I know it now has a Document_Open procedure, but
doesn't work for me as it's only a SDI (Single Document Interface), and I
want this available for all documents at anytime in any instance. So my
line of thinking was, make an addin.
I have the code I want to make the toolbar, that is not an issue at all.
But getting it into an addin for Publisher is quite another task.
I thought I could reference the (COM) Object Library, but there isn't one
for Publisher, just Office 11.0. This makes it quite difficult for me to
understand how to access the Publisher Object Library. I did read Ed
Bennett's tutorial on creating publisher addins with VB6, but it's not quite
the same (seen here http://www.mvps.org/the_nerd/Publisher/tutaddin.htm ).
Any help would be greatly appreciated. If this is the wrong forum, perhaps
a pointing in the right direction would help. Thanks very much for your
time.
I received Visual Studio 2005 (with .NET framework) as a gift recently (been
drooling over it). I am trying to make a Publisher addin with it as I'm
trying to make a commandbar populate to the toolbar on open. I am working
with Publisher 2003. I know it now has a Document_Open procedure, but
doesn't work for me as it's only a SDI (Single Document Interface), and I
want this available for all documents at anytime in any instance. So my
line of thinking was, make an addin.
I have the code I want to make the toolbar, that is not an issue at all.
But getting it into an addin for Publisher is quite another task.
I thought I could reference the (COM) Object Library, but there isn't one
for Publisher, just Office 11.0. This makes it quite difficult for me to
understand how to access the Publisher Object Library. I did read Ed
Bennett's tutorial on creating publisher addins with VB6, but it's not quite
the same (seen here http://www.mvps.org/the_nerd/Publisher/tutaddin.htm ).
Any help would be greatly appreciated. If this is the wrong forum, perhaps
a pointing in the right direction would help. Thanks very much for your
time.