Advertisement

10.04.2006 at 12:58PM PDT, ID: 22013132
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

How to prevent warning message when loading ActiveX control?

Asked by rberke in Windows Network Security

Tags: , , ,

The message shown below is very annoying.  I figured out how to disable it completely, (for EVERY ActiveX control), but that does not seem to be very safe.

Is there anyway to disable it for only a single control and only when that control is being load in my userform?

I have tried signing the code with a SelfCert certificate, but that did not help.

the control is only being used at 3 computers and will never be distributed so registry hacks would be acceptable.

The full text of the message is as follows

  This application is about to initialize ActiveX controls that might be unsafe. If you trust the source of this file,
  select OK and the controls will be initialized using your current workspace settings.

-----------To demonstrate problem, do the following --------------------
open new workbook
save workbook as "annoying.xls"
alt f11 to vba ide
Insert userform into annoying.xls > click on userform1 gray shaded window
tools > additional controls (dropdown) > put an X next to Adobe PDF reader  (or another ActiveX control, but most of the dropdown additional controls do not exhibit this problem)
drag the AcroPDF control read onto the userform1
save the workbook
Close excel then reopen the workbook

You will see the message when you use alt f11 to look at the userform.

-------to disable the message ----------------
per kb827742
open registry
under  HKEY_CURRENT_USER\SOFTWARE\Microsoft\VBA add a key named    Security
under HKEY_CURRENT_USER\SOFTWARE\Microsoft\Security  add a dword named     LoadControlsInForms

set HKEY_CURRENT_USER\SOFTWARE\Microsoft\Security\LoadControlsInForms  to the value 4  (although 1 also works)

I really have know idea what else this hack does, but it clearly disables the warning message entirely which is clearly not safe.




Start Free Trial
[+][-]10.04.2006 at 01:29PM PDT, ID: 17663153

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.04.2006 at 01:58PM PDT, ID: 17663423

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.04.2006 at 03:11PM PDT, ID: 17664035

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.04.2006 at 04:09PM PDT, ID: 17664411

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.05.2006 at 07:05AM PDT, ID: 17668698

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Windows Network Security
Tags: activex, about, application, controls
Sign Up Now!
Solution Provided By: newyuppie
Participating Experts: 1
Solution Grade: A
 
 
[+][-]10.05.2006 at 09:19AM PDT, ID: 17669991

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.05.2006 at 07:00PM PDT, ID: 17673564

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32