Repaint CommandBarButton in Outlook

R

RcCluster

Hi NewsGroup,

I'm playing around with some AddIn funktions.

Actually I have problems with the outlook CommandBarButton object. If I
change the FaceId and in this way the shown picture I can update the button
only by moving with the mouse over the button.

I solved this problem with word earlier by using

word.ScreenRefresh();
word.ScreenUpdating = true;

Is anybody out there who can help me?

Please!

RcCluster
 
R

RcCluster

Sorry that I bother you.

I used

Outlook.ActiveExplorer().Activate();

and all was well.

Thanks
RcCluster
 
Top