Home > Software engineering >  Has a digital signature after ocx, IE browser is set to disable after unmarked safety control initia
Has a digital signature after ocx, IE browser is set to disable after unmarked safety control initia

Time:09-27

Now encounter an ocx control security mechanism, an ocx control has been underway for digital signatures, have trusted digital certificate, the certificate has been released on the running machine, in the IE browser is set to disable does not mark the script for the security and axtiveX controls, unable to function calls ocx controls, when set the enable does not mark the script for the security and axtiveX control, everything is normal, to ask you, this control has a digital signature, see on running machines, also be trusted certificate, how could be IE browser banned them? What method can make the ocx in IE Settings disable under the condition of normal?

CodePudding user response:

Initialization of an ActiveX control to achieve safety and script
http://blog.csdn.net/hireboy/article/details/8601322

Need to increase the part of the code in the CXXXAPP, refer to the above blog, other

CodePudding user response:

reference 1st floor brk1985 response:
initialization and script ActiveX control to achieve safety
http://blog.csdn.net/hireboy/article/details/8601322

Need to increase the part of the code in the CXXXAPP, refer to the above blog, other


Thanks brother brk1985 directions, according to your reply, just to add to the digital signature is invalid, controls also needs to control code changes, increase security initialization, don't know whether my understanding is correct?

CodePudding user response:

refer to the second floor yj7911 response:
Quote: refer to 1st floor brk1985 response:

Initialization of an ActiveX control to achieve safety and script
http://blog.csdn.net/hireboy/article/details/8601322

Need to increase the part of the code in the CXXXAPP, refer to the above blog, other


Thanks brother brk1985 directions, according to your reply, just to add to the digital signature is invalid, controls also needs to control code changes, increase security initialization, don't know whether my understanding is correct?


You can compare the links above processing, the control code increases the related code (increase part of the code in CXXXAPP class), your problem is solved,

CodePudding user response:

reference brk1985 reply: 3/f
Quote: refer to the second floor yj7911 response:

Quote: refer to 1st floor brk1985 response:

Initialization of an ActiveX control to achieve safety and script
http://blog.csdn.net/hireboy/article/details/8601322

Need to increase the part of the code in the CXXXAPP, refer to the above blog, other


Thanks brother brk1985 directions, according to your reply, just to add to the digital signature is invalid, controls also needs to control code changes, increase security initialization, don't know whether my understanding is correct?


You can compare the links above processing, the control code increases the related code (increase part of the code in CXXXAPP class), your problem is solved,


Thank you, it's a pity that this control is to use VB,

CodePudding user response:

Studied the

CodePudding user response:

Vb should be the same, mainly is the category of operation,
  • Related