E
Eric
I have a COM add-in which adds a custom toolbar to an Outlook
Explorer, with some custom buttons on it. It works as expected, until
a user trys to "customize" the toolbar in certain ways. A user can
move the buttons around, no problem as long as they stay on my
toolbar, however if they try and move the buttons to another toolbar,
I no longer get the "OnClick" events.
I don't save the state of my toolbar or buttons when the Explorer
closes, so I'd really like to make it so the user can't customize it,
or give them a prompt when they do which tells them "don't do that
again". As soon as they close the Explorer and/or open a new one, the
new Explorer has the toolbar rebuilt and all works fine again.
I'm using the "temporary" flag to add the toolbar and all controls. I
also have the same issue with toolbars I add to inspectors. I'm
testing in Outlook 2002 right now, but I think I can recreate the same
issue in 2000 and 2003 once I reboot and try on those systems.
Thanks for any help.
Explorer, with some custom buttons on it. It works as expected, until
a user trys to "customize" the toolbar in certain ways. A user can
move the buttons around, no problem as long as they stay on my
toolbar, however if they try and move the buttons to another toolbar,
I no longer get the "OnClick" events.
I don't save the state of my toolbar or buttons when the Explorer
closes, so I'd really like to make it so the user can't customize it,
or give them a prompt when they do which tells them "don't do that
again". As soon as they close the Explorer and/or open a new one, the
new Explorer has the toolbar rebuilt and all works fine again.
I'm using the "temporary" flag to add the toolbar and all controls. I
also have the same issue with toolbars I add to inspectors. I'm
testing in Outlook 2002 right now, but I think I can recreate the same
issue in 2000 and 2003 once I reboot and try on those systems.
Thanks for any help.