How replace action on standart button Office 2007-2010

Add-in Express™ Support Service
That's what is more important than anything else

How replace action on standart button Office 2007-2010
 
Alex Irza


Guest


How i can execute my action when user click on Open button/item?
In Office 2000-2003 its worked normaly
Posted 05 Jul, 2011 06:11:18 Top
Alex Irza


Guest


In Office 2007-2010 my open button replaced on tab Addins, me need replace standard button(open, save)
Posted 05 Jul, 2011 06:13:24 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
Hi Alex,

In Office 2007, they replaced the CommandBar UI with the Ribbon UI. Please read http://www.add-in-express.com/docs/net-ribbon-components.php.


Andrei Smolin
Add-in Express Team Leader
Posted 05 Jul, 2011 07:32:00 Top
Alex Irza


Guest


Привет Andrei!
А можно сделать чтобы мой аддон работал и под 2003 и под 2007? Мне нужно открыть свой диалог выбора файла когда пользователь в офисе нажмет Open или Save
Posted 05 Jul, 2011 07:37:52 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
Hi Alex,

Нужно перехватить одновременно CommandBar и Ribbon контролы соответствующие этим командам.

You need to intercept both CommandBar and Ribbon controls corresponding to these commands. Please read:
- the section "Intercepting built-in Ribbon controls" in http://www.add-in-express.com/docs/net-ribbon-components.php
- the section "Connecting to existing CommandBar controls" in http://www.add-in-express.com/docs/net-commandbar-components.php

Can you please ask your questions in English? This is an official language of this forum. If you need to use Russin, please send your questions to the support email address, see in {Add-in Express installation folder}\readme.txt. Thaank you for your understanding.


Andrei Smolin
Add-in Express Team Leader
Posted 05 Jul, 2011 07:49:20 Top
Alex Irza


Guest


Thanks for your reply
Posted 05 Jul, 2011 07:58:39 Top