CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    7

    How Make a ActiveX Control safe for Initalization and for scripting

    I make a ActiveX Control by Visual C++6.0 and I need to use it within IE and need Intialization and scripting, everytime I run it, IE will popup a warning dialog, how to avoid it? thanks


  2. #2
    Join Date
    May 1999
    Posts
    53

    Re: How Make a ActiveX Control safe for Initalization and for scripting

    I think you need to get it registered by buying a license or something.


  3. #3
    Join Date
    May 1999
    Posts
    7

    Re: How Make a ActiveX Control safe for Initalization and for scripting

    I found a sample in active SDK that can make a Control Safe, but when I use it, I find that only windowsNT or windows9X that installed DCOM can install and run the ActiveX Control.



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