How to launch OneNote and bring it to the foreground using OLE automation?
See the question and my original answer on StackOverflowYou can create a new windows with this call
piOneNote->NavigateTo(NULL, NULL, VARIANT_TRUE);
You can create a new windows with this call
piOneNote->NavigateTo(NULL, NULL, VARIANT_TRUE);