onenote

Where can I find a sample add-in for OneNote?

Has anyone found a good template or sample project that can be used as a starting point for a OneNote 2007 add-in? ...

Is it possible to copy code from Visual Studio and paste formatted code to OneNote?

Is there a way to copy code from visual studio (C#) and paste it into OneNote, without losing the formatting? I was able to do this, but only if I copy from VS, paste to Word, copy from Word, and then paste to OneNote. ...

Is there a way to talk to OneNote through code?

I love using OneNote, however I want more control over the locations of my notes and how notes are generated. I'm very versed in VBA and ok with Python (and those are the only languages I can code with on my machine) however I haven't found a decent way to interact with OneNote through code. I'm using OneNote 2003 which doesn't look li...

Why is the save button needed?

Software like OneNote has shown that auto-save can be implemented, and it works just as well (or better) as the manual save button / CTRL+S. Anyways everything that you work on you want saved. Its just if you're trying out something destructive that you would close without saving. So from a programmers/usability perspective, why is the...

Programmatically adding images to OneNote 2007

I'm having trouble adding an image to a page in OneNote 2007. I can create sections, notebooks and pages with content, but I'm having trouble adding an image to the page. I call UpdatePageContent and pass in the xml but I get an invalid XML message (hresult 0x80042001) back. Any assistance appreciated. Here is the XML I'm trying to u...

Import Office documents into OneNote

I wrote a utility that would allow a user to right-click on a directory in Windows Explorer, and it would import all .png, .gif, .jpeg and .pdf documents in the directory to OneNote. I'm getting the request to add Office documents to the import, but I'm not really sure how to go about doing it. Can I somehow automate printing the docum...

Can you link a TFS Work Item to a OneNote Task?

My company uses Team Foundation Server for project tracking. I use OneNote for personal organization. It would be really sweet if I could link a OneNote task to an associated TFS Work Item and track them together. Can you do this? Has any such integration been attempted in the past? ...

Is it possible to add custom "napkin math" operators in OneNote 2007?

If you're not familiar with OneNote's "napkin math" feature, it allows you to type mathematical equations and have OneNote evaluate them on the fly (with a limited set of operators/functions). I'm wondering if it's possible to create my own, either through an obscure UI in OneNote, or through some sort of custom plugin that I would devel...

Finding web source of Drag&Drop with Qt

I'm trying to implement a simple notebook in Qt. Microsoft OneNote allows text or an image from a website to be inserted by Drag&Drop with an attached link to the source that looks like this for the stackoverflow logo on the 'ask' page: Inserted from <http://stackoverflow.com/questions/ask>. With the QT dropsite example, I examined all ...

Is it possible to classify OneNote pages in EverNote style tags?

The tags as used in OneNote is very different from EverNote. EverNote uses tags as gmail uses labels to classify emails. Is it possible to classify OneNote pages using tags / labels on the go? If so, would you please explain how to do it? ...

How do I make OneNote 2007 images searchable when inserted via code?

When I insert an image into OneNote 2007 using C# my images have 'Make Text in Image Searchable' set to Disabled. How do I insert an image with Make Text in Image Searchable enabled, or how do I enable this property after the image is imported. I have already imported a lot of images. How to I make the existing imported images searchab...

How to create a batch print application to send a PowerPoint 2007 file to OneNote 2007?

I am trying to make an application which will batch print multiple files to OneNote. Here is a detailed explanation: Selected PowerPoint (multiple files) files are sent to OneNote (Print > Send to OneNote). When the file is open any other sections besides the one of the file just opened is removed. (note: OneNote stores previous sectio...

Where can I find an infinite canvas control for Silverlight?

Are there any Silverlight controls available to perform this dynamic DeepZoom trick that Canvas for OneNote does? By trick I mean hosting the interactive UserControls in DeepZoom, and allowing them to be independently resized. http://www.officelabs.com/projects/canvasforonenote/Pages/default.aspx ...

Scrape OneNote Web App page

I'm really liking many things about OneNote however, to really use it to the full, I need to be able to at least Scrape data from OneNote web app pages. They make pretty ingenious use of javascript to emulate the Desktop UI. I would love to be able to read/write data on these pages. Ideas? ...

Programmatically Printing or converting a powerpoint to one note

Hello I want to create an application which will make things easier for me. I always need to convert a bunch of power point documents to one note, but the process takes a few minutes for each. The process goes as follows: 1.)I have to open the powerpoint and then print>Print to Onenote. 2.)Then once Onenote opens I have to, file>save ...

Embedding OneNote in an application

I want to embed(make OneNote a control) in my application. I know Excel is possible using a control in .Net but I don't know how to make OneNote embedded. The languages I can use are C++ or C#. ...

OneNote keeps greying out my plugin button

I've created a toolbar button in OneNote like Daniel Escapa showed. Usually, it works, but sometimes OneNote decides to grey out the toolbar button, making it impossible to click. I can't figure out what state is causing this. How can I prevent this? I'm careful to return true from the OnEvent and OnClick handlers, but maybe there's a s...