Compartilhar via


External OneNote Powertoy Contest winners

The contest was split into two parts: internal and external contestants.

In this post I would like to announce the external winners:

  1. IIONA by Dmitri Alekseyenko
    This tool allows you to copy from any application directly into OneNote.
  2. Word2OneNote by Brad Covelle
    This powertoy will install a button in Word 2003 that allows you to send information directly into OneNote.
  3. Daily Journal by Andy Gray
    Andy already went ahead and posted this online you can find it here: OneNote Daily Journal PowerToy.
  4. OneSnap by Andrew Wheeler
    This powertoy would add a toolbar button in Internet Explorer that allowed you to send information to OneNote. Andrew posted about this here: OneSnap preview.
  5. DropShadow by David Huang
    Finally this app allows you to create some cool thumbnail views of images and send them over to OneNote.

All of the contestant winners received Visual Studio 2005 and a Tablet PC, and they should have gotten these LONG ago.

If you are on this list and have updates that you would like me to post please email me or post a comment!

Comments

  • Anonymous
    June 05, 2006
    All above powertoys are used for importing things into OneNote,but how can I develop a custom toolbar in OneNote(something like the PDFMaker bar in word)?
  • Anonymous
    June 05, 2006
    In my last post I announced the external OneNote Powertoy Contest winners and in this post I would like...
  • Anonymous
    June 05, 2006
    The comment has been removed
  • Anonymous
    June 06, 2006
    Where can I found examples of methods NavigateTo and FindPages?
  • Anonymous
    June 06, 2006
    descapa , I found that there is a place on OneNote add-ins,in OneNote menu,Tools->Options->Other,I search the web,but I didn't found any infomation on how to write OneNote add-ins. would you mind telling me where I can found more information except the above one?
  • Anonymous
    June 06, 2006
    descapa ,where can I found more information on interface IOneNoteAddIn?
  • Anonymous
    June 07, 2006
    How to retrieve the objectId of an object? Is there any example ?
  • Anonymous
    June 07, 2006
    RE: where can I found more information on interface IOneNoteAddIn?

    The documentation for IOneNoteAddIn is mpending, what is what I was talking about before.  Like I said before it is still being worked out.

    RE: How to retrieve the objectId of an object? Is there any example ?

    You can do this by just looking @ the output, the ID is in output XML.  Please read the documentation on MSDN:
    http://msdn.microsoft.com/office/program/onenote/
  • Anonymous
    June 08, 2006
    The comment has been removed
  • Anonymous
    June 08, 2006
    The comment has been removed
  • Anonymous
    June 09, 2006
    According to http://msdn2.microsoft.com/en-us/ms406042(office.12).aspx,the first argument (bstrObjectID) of NavigateTo method could be any id of sections,pages or Outline elements:

    >NavigateTo Method
    >The NavigateTo method navigates to the object >that you specify. For example, you can navigate
    >to sections, pages, and Outline elements within >pages.

    I tried all three type of them,but NavigateTo method failed when I pass outline objectID to it,it return with error message 0x80042014,which means hrObjectDoesNotExist (Object does not exist). Can't the NavigatoTo method use Outline element's objectID as it's first argument?

    Is there a function or a property which can return the ID of the current visible/active page in OneNote workspace? please give me some hints on  how to get that ID.

    btw: I found that the isCurrentlyViewed properties of any pages of current session are all true.




  • Anonymous
    June 09, 2006
    Question:  How can I find the Word2OneNote power toy? Or IIONA?
  • Anonymous
    June 15, 2006
    I know how to get the current page ID now.thanks,descapa,you're right,I should look at the document more carefully.
  • Anonymous
    June 30, 2006
    dfcg