Results 1 to 2 of 2

Thread: ActiveX .EXE on Web?

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2007
    Posts
    1

    ActiveX .EXE on Web?

    I am having trouble implementing VB 6 ActiveX compile as an Executable to be implemented on a web site. I use the package deployment wizard to create the package and also set security to yes. But when the I go to the web site it doesn't install unless I have the following options turn on.

    On IE:
    Tools>Internet Options>Security>CustomizeLevel>

    (Enable) Initialize and script ActiveX controls not marked as safe for scripting
    (Enable) Script ActiveX controls marked safe for scripting


    I is there any way to create without having to have end user to enabled these manually?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: ActiveX .EXE on Web?

    Welcome to VBForums

    Those options cannot be changed by any kind of code on your web page etc - otherwise there would be almost no point of security!

    If the web page is only going to be run inside a particular company, the internet options could be modified by the network admin (via Group Policy, or similar) to enable those options and/or add your site to the trusted sites list.

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