Tagged Questions
7
votes
4answers
3k views
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 ...
2
votes
1answer
171 views
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 ...
1
vote
1answer
128 views
Creating new One Note 2010 page from C#
I'm a relative c# amateur, and I'm having trouble getting up to speed with what I guess is Office Interop (correct me if I'm wrong):
I want to have a console app that creates a new page in One Note ...
1
vote
1answer
448 views
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#.
1
vote
0answers
123 views
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 ...
1
vote
0answers
430 views
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 ...
0
votes
0answers
33 views
Create new OneNote Notebook
I am attempting to add some functionality to an asp.net MVC3 project that will allow the user to click a link on a table row that will take the contents of that row and export it to OneNote 2010 and I ...
0
votes
1answer
193 views
need a document to extract text from image using onenote Interop?
I need to do the simple Program whcih need to extract text from image using Onenote Interop? Could any one suggest me the appropriate document for my concept please?
0
votes
0answers
187 views
OneNote 2010 Tabs and Add-In
I have two OneNote 2010 addins, each currently is in its own tab, and has its own installer. What I would like is that there is only ever ONE tab for both of these addins.
The problem is that a user ...
0
votes
1answer
308 views
OneNote 2010 Add-In load problem
Googled out- could use some help here.
I followed this excellent tutorial here (http://www.malteahrens.com/#/blog/howto-onenote-dev/) and have created my own onenote 2010 addin, but I am having ...
0
votes
0answers
141 views
Office OneNote 2010 Add-In: How to call a built in function in c#
How can I call default OneNote 2010 functions (like insert screenshot) from a C# Add-In?
Any help would be greatly appreciated.
0
votes
2answers
152 views
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 ...