How to disable warning popup in ActiveX
-
Hi All, While running my Activex in IE i'm getting a warning popup, saying that this Activex Is not safe. Can any body tell me how to disable this warning? Thank You All.
Check the following link on digitally signing the ActiveX control. http://msdn.microsoft.com/en-us/library/aa752035(v=vs.85).aspx[^]
-
Check the following link on digitally signing the ActiveX control. http://msdn.microsoft.com/en-us/library/aa752035(v=vs.85).aspx[^]
-
Thank You. I've fixed this issue. But If i register my Activex using command "Regsvr32 /s MyActiveXCtrl.ocx", then its working. Is there any other way to register this ActiveX? Currently I'm calling this ActiveX methode in java scrpit.
Hi, Not sure if the way we register the ActiveX has anything to do with the 'No Safe' message displayed by the web browser. Thanks, Rejeesh
-
Hi, Not sure if the way we register the ActiveX has anything to do with the 'No Safe' message displayed by the web browser. Thanks, Rejeesh
You are right, register the ActiveX has anything to do with the 'No Safe' message displayed. but if we want to use the Activex we have to register it. Now I'm doing same manually by using Regsvr32 /u D:\MyActivexCtrl.ocx. How can i do so programeticall? And also If I'm trying to register in some system it is giving error LoadLibrary(".ocx") failed - This application has failed to start because the application configuration is incorrect. How to fix this?
-
Hi All, While running my Activex in IE i'm getting a warning popup, saying that this Activex Is not safe. Can any body tell me how to disable this warning? Thank You All.
I assume you need to implement IPropertyBag2 interface to get rid of activeX warning. I did it long time ago. don;t remember the details as of now. HTH.