……OleContainer中嵌入WORD后,用什么办法显示滚动条???……
……OleContainer中嵌入WORD后,用什么办法显示滚动条???…… VCL组件开发及应用
http://www.delphi2007.net/DelphiVCL/html/delphi_20061224024201159.html
如题,谢谢
http://www.delphi2007.net/DelphiVCL/html/delphi_20061224024201159.html
如题,谢谢
同时保持原有左边窗口不变!
放一个ScrollBox,然后把OLE放上去.
OleContainer1.CreateObjectFromFile(Edit1.Text, False);
OleContainer1.DoVerb(ovPrimary);