View Single Post
  #3  
Old May 6th 08, 05:01 PM posted to microsoft.public.outlook.program_addins
MON205[_2_]
external usenet poster
 
Posts: 33
Default CommandBarButton::Enabled

I'm using the _CommandBarButton::PutEnabled( VARIANT_TRUE );
in Outlook 2003.. The toolbar on explorer.

"Ken Slovak - [MVP - Outlook]" wrote:

What version of Outlook? Where is this toolbar, Explorers or Inspectors?
What code are you using?

--
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


"MON205" wrote in message
...
Hello all,
In my add-in I create a toolbar and set some buttons disabled. After some
actions I want to set these buttons enabled, so I set the Enabled property
to
true. I noticed that sometimes these buttons still disabled until I point
at
them (redraw problem). I think that the problem that setting the Enabled
property doesn't redraw the buttons.
What can I do to solve this?

Thanks a lot.



Ads