Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. ATL / WTL / STL
  4. How to disable warning popup in ActiveX

How to disable warning popup in ActiveX

Scheduled Pinned Locked Moved ATL / WTL / STL
comtutorialquestion
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Cpp_Com
    wrote on last edited by
    #1

    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.

    K A 2 Replies Last reply
    0
    • C Cpp_Com

      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.

      K Offline
      K Offline
      KingsGambit
      wrote on last edited by
      #2

      Check the following link on digitally signing the ActiveX control. http://msdn.microsoft.com/en-us/library/aa752035(v=vs.85).aspx[^]

      C 1 Reply Last reply
      0
      • K KingsGambit

        Check the following link on digitally signing the ActiveX control. http://msdn.microsoft.com/en-us/library/aa752035(v=vs.85).aspx[^]

        C Offline
        C Offline
        Cpp_Com
        wrote on last edited by
        #3

        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.

        K 1 Reply Last reply
        0
        • C Cpp_Com

          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.

          K Offline
          K Offline
          KingsGambit
          wrote on last edited by
          #4

          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

          C 1 Reply Last reply
          0
          • K KingsGambit

            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

            C Offline
            C Offline
            Cpp_Com
            wrote on last edited by
            #5

            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?

            1 Reply Last reply
            0
            • C Cpp_Com

              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.

              A Offline
              A Offline
              Abhi Lahare
              wrote on last edited by
              #6

              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.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups