How to build a COM addin for onenote?

T

Tom

Greeting,

In VS New project->Other project types->Extensibility->Shared Add-in->Wizard
step3, I don't find onenote in the list. How can I build a com addin for
onenote?
 
S

SvenC

Hi Tom,
In VS New project->Other project types->Extensibility->Shared
Add-in->Wizard step3, I don't find onenote in the list. How can I
build a com addin for onenote?

Up to now OneNote is neither programmable nor extensible like
the other Office apps.
 
J

Jialiang Ge [MSFT]

Hello Tom,

Actually, OneNote has its own extensibility API:
http://msdn2.microsoft.com/en-us/office/aa905452.aspx

and Daniel Escapa from Microsoft wrote a blog entry about how to create a
OneNote COM add-in with Visual Studio.Net:
http://blogs.msdn.com/descapa/archive/2006/08/31/734298.aspx

Here are several sample OneNote add-ins (with source code) for your
references:
http://flimflan.com/blog/OneNoteDevPal.aspx
http://www.codeplex.com/ONWebber

In addition, I find there is a community project called "OneNote Object
Model" in codeplex:
http://www.codeplex.com/onom
This may be helpful though I haven't tried it yet.

Regards,
Jialiang Ge ([email protected], remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
 
S

SvenC

Hi Jialiang Ge,
Strange. I used OleView to look for a OneNote type library and
found none. I have OneNote 2007 installed from Office Enterprise
2007. Thats why I expected OneNote to note expose any COM
objects.
I am doing a repair to see if that gives me any type library.

Ahh, it is not called "Microsoft OneNote ... Type Library" but only
"OneNote ... Type Library"
 

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