问一个若智的问题!CreateOleObject('Word.Application');(20分)

  • 主题发起人 主题发起人 zhangfeng0710
  • 开始时间 开始时间
Z

zhangfeng0710

Unregistered / Unconfirmed
GUEST, unregistred user!
WordApp:OleVariant;
WordApp:= CreateOleObject('Word.Application');
执行后,如何在程序退出时释放掉进程中的 winword
还有就是如何用getactiveOleObject('Word.Application');这句话判断已经与word联系上了,这样就不用在执行 WordApp:=getactiveOleObject('Word.Application'),造成重复
与word连接了
 
有谁帮帮我啥!
 
WordApp:=nil 就释放掉了
 
WordApp:=nil 执行不通过。还有是执行
getactiveOleObject('Word.Application');返回值类型是 IDispatch
我如何对这个返回值进行判断,这样就不用在执行下面的语句了。
CreateOleObject('Word.Application');
 
呵呵!我搞定了。
 
接受答案了.
 
后退
顶部