A
anlon-gsb
Unregistered / Unconfirmed
GUEST, unregistred user!
如题,(不要改变文件的属性为只读,有人提过这样的方法);只能查看,其他任何操作功能都被禁止;
OleContainer打开WORD文档的只读属性已经实现,如下代码:
//控制文档为只读
OleContainer1.OleObject.application.ActiveDocument.Protect(2);
OleContainer打开WORD文档的只读属性已经实现,如下代码:
//控制文档为只读
OleContainer1.OleObject.application.ActiveDocument.Protect(2);