ole 调用 word 的打印预览问题(200分)

  • 主题发起人 主题发起人 sunyiquanprivat
  • 开始时间 开始时间
S

sunyiquanprivat

Unregistered / Unconfirmed
GUEST, unregistred user!
OleContainer1.CreateObjectFromFile(OpenDialog.FileName,false);
IF OleContainer1.State <> osEmpty then begin
OleContainer1.DoVerb(1)
end
else
ShowMessage('Ole中无内容!!'+char(13)+'无法进行编辑!!');
end ;

采用 OLE 调用 Word 后 File 菜单被屏蔽了,如何消除屏蔽;
 
用应用程序的方式调用比较好
 
能说得清楚些吗?
谢谢!
 
请参阅:
http://www.delphibbs.com/delphibbs/DispQ.asp?LID=1207672
问题:OLE嵌入WORD的打印预览问题
 
不用inplace激活就可以预览
具体见
http://www.delphibbs.com/delphibbs/dispq.asp?lid=1205134
 
后退
顶部