Home > Software engineering >  The use of activeX controls in VBS what conditions?
The use of activeX controls in VBS what conditions?

Time:09-24

The use of activeX controls in VBS what conditions?
IE to use activeX controls, for example, must be set in the tool - the Internet options - security options for opening a activeX, VBS activeX and this option in the matter?
Or have other condition? Thank you very much!

CodePudding user response:

Should be no restrictions, is must register in advance ActiveX file,
Don't you registered good object cannot be created?

CodePudding user response:

In a 64 - bit Windows:
64 exe and DLL in the directory c: \ Windows \ sys tem32 directory.
32 bit exe and DLL in the directory c: \ Windows \ sys wow64 directory.
So pay attention to:
In win64 system registered under 32-bit ocx DLL to 32 ocx or copy the DLL to the c: \ Windows \ syswow64 \ directory,
And registered to c: \ Windows \ syswow64 \ regsvr32 XXXXXXX ocx or DLL
Under win64 a system set up 32-bit programs use a database alias to c: \ Windows \ \ syswow64 \ cliconfg exe
Under win64 a system set up a 32-bit application system DSN to c: \ Windows \ \ syswow64 \ odbcad32 exe

CodePudding user response:

ActiveX control>?
Controls must rely on interface (form), VBS script just, what do you call?
  • Related