![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello, everyone!!!
I have a problem: I have my C++ Addin for outlook. I have such a code .............. Office::CommandBarControlsPtr pControls; pMailCommandBar_-get_Controls(&pControls); Office::CommandBarControlPtr pControl; pControls-get_Item(CComVariant(2), &pControl); pControl-put_Enabled((vVisible ? VARIANT_TRUE : VARIANT_FALSE)); ...................... this code should to set enable\disable status to the buttons, but this button dosen't refresh, only after you put mouse on this button you can see the effect (enable\disable). Who should i write to have refreshed status of the buttons |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Invitations not displaying accept/decline buttons | Swordsaint | Outlook - Calandaring | 1 | April 19th 06 07:27 PM |
Opinion buttons for none Exchange Server account users? | AndrewRossington | Outlook - General Queries | 3 | February 28th 06 01:20 PM |
Toggle Buttons - how to link them? | Angyl | Outlook - Using Forms | 7 | February 7th 06 09:28 PM |
Automation of voting buttons | [email protected] | Outlook - Using Forms | 0 | February 2nd 06 02:09 PM |
How do I set up a voting buttons with hyperlink? | Sunny | Outlook - General Queries | 1 | January 24th 06 03:51 PM |