我正在尝试使用JACOB访问AutoitX库,但是我想通过文件locatio而不是通过注册表来加载库。是否可以在JACOB中执行此操作?
这是我的代码:
ActiveXComponent autoitX = new ActiveXComponent("AutoitX.Control");
但我想要这样的东西:
ActiveXComponent autoitX = new ActiveXComponent(Files.getParentFolder() + "/libs/AutoitX3.dll");
如果无法引用ActiveX组件来按文件位置加载,那么是否可以在运行时创建注册表值?