If a right-click on the Toolbox in the form design environment is unresponsive, then try this: Use Alt+F11 to get into the VBA environment, and insert a form module there, then display that form's Toolbox. The right-click menu should be more responsive there. And whatever controls you add in VBA will also appear in the control Toolbox in form design.
Note, though, that the Info Bar and other olk* controls are for form regions ONLY. If you try to use them on a legacy custom form, you run a good chance of corrupting the form and all the code behind it.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> On page 97 of the book it states in section 5.2 that before you can use the
> controls, such as "info bar" you have to add them to the Control Toolbox. It
[quoted text clipped - 7 lines]
> Thanks,
> Bill
Bill Board - 24 Apr 2008 20:48 GMT
Yes, I'm going regions. I tried it on another system and it works there.
I'm restarting my system right after this post and see if it helps. If not
I'll try the Alt+F11 thing. Very frustrating.
If a right-click on the Toolbox in the form design environment is
unresponsive, then try this: Use Alt+F11 to get into the VBA environment,
and insert a form module there, then display that form's Toolbox. The
right-click menu should be more responsive there. And whatever controls you
add in VBA will also appear in the control Toolbox in form design.
Note, though, that the Info Bar and other olk* controls are for form regions
ONLY. If you try to use them on a legacy custom form, you run a good chance
of corrupting the form and all the code behind it.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> On page 97 of the book it states in section 5.2 that before you can use
> the
[quoted text clipped - 10 lines]
> Thanks,
> Bill
Sue Mosher [MVP-Outlook] - 24 Apr 2008 21:07 GMT
FWIW, it's not a new problem. I remember it going back to Outlook 2002 and maybe earlier.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> Yes, I'm going regions. I tried it on another system and it works there.
> I'm restarting my system right after this post and see if it helps. If not
[quoted text clipped - 21 lines]
>>
>> Where can I get to add the missing controls?