Hi
Several years ago we have written VB6 activex control that is hosted by a webpage.
Since then for many users it stopped working unless the user logged on with administrative privileges. The website is set to "Trusted sites" in IE. The IE security settings are the same
for both Admin and User.
The control cab file is signed.
The control implements IObjectSafety interface.
During cab file creation the Safe for scripting and initialization options are checked.
What might be the problem?