is it possible to open a word document into vb.net but as a read only type report?
ive tried
but this still allows the user to copy and paste the contents and change it.Code:ActiveDocument.Protect(Word.WdProtectionType.wdAllowOnlyReading)
i spose im after something similar to pdf type functionality




Reply With Quote