Is it possible to create a command bar in a new Explorer window?
If I try to display it on event OnNewExplorer, Outlook raises strange errors
It looks like even Explorer interface is not null, it's not initialized
properly
If I try to check Explorer.CommandBars I get invalid operation error
Thanks
Ken Slovak - [MVP - Outlook] - 15 Sep 2005 15:16 GMT
Set a boolean flag in NewExplorer and when Explorer.Activate fires check
that flag and if true create your command bars. Then set the flag to false
so you don't do it on every Activate event.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Is it possible to create a command bar in a new Explorer window?
>
[quoted text clipped - 7 lines]
>
> Thanks