Updating OCX for use with Outlook 2003 & Security Warnings

F

FWBlack

I'm updating a couple of old activeX objects that sit on custom forms in the
contact folder of Outlook. They work just fine with Office 2000, etc.

However with Office 2003, after recompiling on a machine with Office 2003
installed and republishing the form, I get the following error:
"To help prevent malicious code from running, one or more objects in this
form were not loaded...."

Is this possibly related to not using the trusted application object, and if
so, how do I get the trusted application object from inside an OCX?

Any other suggestions?

Thanks for any help,
Fred Black
 
K

Ken Slovak - [MVP - Outlook]

Does your ActiveX control have code in it that instantiates an Outlook
Application object? See if it works if you add a public property to
the ActiveX control that is an Outlook Application object that you can
pass into the control when you init it. You can use the Application
object that is valid in the Outlook form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top