-
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?
-
Re: ActiveX .EXE on Web?
Welcome to VBForums :wave:
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.