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 菜单被屏蔽了,如何消除屏蔽;
IF OleContainer1.State <> osEmpty then begin
OleContainer1.DoVerb(1)
end
else
ShowMessage('Ole中无内容!!'+char(13)+'无法进行编辑!!');
end ;
采用 OLE 调用 Word 后 File 菜单被屏蔽了,如何消除屏蔽;