A password protected form only works when in design mode, it never affects
run mode. Passwords are deprecated for Outlook 2007, they never did much
good anyway. You can always get the password of a form from its
FormDescription.Password property, which is in clear text.
It's more likely that the ActiveX control isn't being installed or isn't
being registered or is not correctly initialized, or just isn't a control
that works well when embedded within a form. Analyze the error message, what
class strings are being set, or are used to call the ActiveX control, are
they correct?

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
> Hi
>
[quoted text clipped - 19 lines]
>
> Regards Thomas
Mk23 - 22 Jun 2009 14:26 GMT
Hi Ken
Thank for your answer.
The form I created myself and i didn't set a password. But there is now a
password required. I have this problem on only one custom pc, all the other
at the customer work correctly.
How and where do I look, that everything is correct with my ActiveX control?
Regards
Thomas
Ken Slovak - [MVP - Outlook] - 22 Jun 2009 14:42 GMT
Not having any idea about your ActiveX control I can't answer that. You need
to look at the instructions for that control on how to deploy the control
and how to license the deployment. I don't know if that control supports or
requires a password, so that's something else to check out.
A form password can be easily cracked if that's the problem, then you'd have
to find out who added the password and why. Since that's design time
protection it would imply that someone was customizing the form or modifying
it in some way.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
> Hi Ken
>
[quoted text clipped - 9 lines]
> Regards
> Thomas