I am working on an application using vb.net. I open a word document, allow the user to type text and then save the document. The user can reopen and add text several times. At some point in the process, they save the document and it needs to be locked (read-only?) so no additional changes can be made. How do I programatically lock a document so that it is view or read only? The second question is that I am inserting some text in this document at the top and then the user types additional data. As it is now, the cursor is at the top left of the document. I would like the document started up with the cursor below the pre inserted text. How can I control where the cursor will be?
Thanks in advance for the help.
Shannan
Thanks in advance for the help.
Shannan