If my application remains open, then opening the same document does in fact remember the last location the document was at.
However, if I close my application and restart it, and then open the document, it always loads at the start of the document and not last place/page it was at.
I have set:
Code: Select all
SetProperty("Documents.RestoreLastPageDisp", 1);
SetProperty("Documents.RestoreLastView", 1);
Is it possible to make my application remember a documents last position, even when the application has been closed and reopened?
Thanks,
Aaron