……OleContainer中嵌入WORD后,用什么办法显示滚动条???……

……OleContainer中嵌入WORD后,用什么办法显示滚动条???…… VCL组件开发及应用
http://www.delphi2007.net/DelphiVCL/html/delphi_20061224024201159.html
如题,谢谢

同时保持原有左边窗口不变!

放一个ScrollBox,然后把OLE放上去.

OleContainer1.CreateObjectFromFile(Edit1.Text,   False);  
      OleContainer1.DoVerb(ovPrimary);

posted on 2008-11-18 14:20  delphi2007  阅读(639)  评论(0编辑  收藏  举报