iCAx开思工具箱

标题: CAA: 怎么在CAA中使用ActiveX控件啊? [打印本页]

作者: kk168    时间: 2005-5-25 15:59
标题: CAA: 怎么在CAA中使用ActiveX控件啊?
怎么在CAA中使用ActiveX控件啊?
还是不能用?
作者: acoka    时间: 2005-5-25 17:41
On windows you can use the CreateObject and GetObject functions to access to ActiveX objects. This is not possible on Unix.
  
If a CAA V5 alternative exists, use it. A good example of this is filesystem acess:  
  
  VBScript provides access to the filesystem through a set of ActiveX objects bundled with the Windows Scripting Host (CreateObject("Scripting.FileSystemObject").  
This is not portable and can be replaced by the portable V5 FileSystem, File, Folder interface family, accessible from the Application object (CATIA.FileSystem).
作者: kk168    时间: 2005-5-27 14:57
谢谢acoka兄
我去找找看




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3