CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2000
    Location
    Bremen
    Posts
    7

    Security message

    Hi there,
    i wrote an activeX-Dll, which is plagged in a HTML-Page. If i run this activeX by clicking a button in that Page, then i get following message:
    'Software (activex-control) of this page is maybe not sure. It will be advised to not run this activex. Should this program be allowed to run'. I can say yes or no. My problem is, how can i use it without this message?

    Metin Oezkan
    [email protected]

  2. #2
    Join Date
    Apr 2001
    Location
    US
    Posts
    4

    Re: Security message

    You can do these things:
    1. Buy the signature from Verisign - I guess you don't want to do this.
    2. In the internet explorer option: make sure that you enable unsigned activex to run in your browser.



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