Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

activex registry setting

Status
Not open for further replies.

gregaug

Programmer
Sep 9, 2005
61
0
0
US
hello,

Is there some setting in the registry that will cause ActiveX controls to always show, no matter how restricted a user is? I mean this without setting the user's ActiveX control to Administrator approved.
 
1. Programatically add the site to "Trusted zones" -
2. Inherit your ActiveX from IObjectSafety -
No 1. needs to be run on the client, so this automatically implies that the ActiveX will be deployed using some sort of installer (.msi maybe) which will run the code post-install.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top