CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ActiveX and WEB

  1. #1
    Join Date
    Jan 2002
    Posts
    4

    ActiveX and WEB

    I must create the ActiveX control that should not been installed into the client's computer. For example: you open WEB-page with IE, page has tag <OBJECT> with correct CLSID and CODEBASE="192.168.0.1/Base/a.ocx". It works on local computer correct (ActiveX shows the window), but it does not work throught the Net. Why? What interfaces or aditional code my ActiveX component must have?


  2. #2
    Join Date
    Oct 2001
    Location
    CA,USA
    Posts
    60

    Re: ActiveX and WEB

    (1) You have to package and sign your control.
    or
    (2) set the security of browser to low
    Nobody will go for (2) because of risk and you have no control over clients machine.

    For (1) refer my article
    http://atcsoft.freeservers.com/thele...ckagingocx.htm



    Please rate the article if it is of any use to you. This encourages me to reply more and more and more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured