B
benmca
I'm using the OneNote interop, trying to use the NavigateTo API, and I
may have found a bug: I have the following code:
_oneNoteApp.NavigateTo(ActiveNotebookId, curPageId,
true);
I am expecting a new OneNote window to pop up, showing page curPageId
within Notebook ActiveNotebookId. The actual behavior is the UI pops
up to the previously viewed notebook/page. I have verified that
ActiveNotebookId, curPageId are valid. Maybe I'm missing something
obvious here
Flipping the last arg to false pops nothing up. What should the
expected behavior be if I flip the last arg to false?
Thanks in advance- Ben
may have found a bug: I have the following code:
_oneNoteApp.NavigateTo(ActiveNotebookId, curPageId,
true);
I am expecting a new OneNote window to pop up, showing page curPageId
within Notebook ActiveNotebookId. The actual behavior is the UI pops
up to the previously viewed notebook/page. I have verified that
ActiveNotebookId, curPageId are valid. Maybe I'm missing something
obvious here
Flipping the last arg to false pops nothing up. What should the
expected behavior be if I flip the last arg to false?
Thanks in advance- Ben