关于image导入word
Posted on 八月 16rd, 2007 由 admin
我的程序里面有个image 有一个ole的word 我想把image中的图象在点击按钮时导入ole的word 求助!!!
推荐阅读
网友:cipherliu
也想学学帮你up
网友:hongqi162
up
网友:moeryang
selection.inlineshapes.addpicture filename:= _
"c:\documents and settings\aerly.china-pt\my documents\my pictures\1_r1_c1.png" _
, linktofile:=false, savewithdocument:=true
注意这是vba代码
自己改为delphi:
selection.inlineshapes.addpicture(filename,false,ture);
网友:z_hongbao
example:
e:\program files\borland\delphi6\demos\activex\oleauto\srvcomp\word
网友:tongki_8
其实我也不懂,帮up一把!
.

讨论区