المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Customize Quick Access Toolbar for MS Office 2007 applications



C# Programming
12-08-2009, 03:31 AM
I am creating a plugin for Microsoft Office 2007 applications (Word, Excel, etc.). I need to add my button to the default QAT (Quick Access Toolbar) which is loaded when these applications start. When I set startFromScratch="false" in my XML file the button which I have added in XML doesn't load in QAT.

But it does appear when I set startFromScratch="true" but in that case i end up loosing my default Tabs & QAT features.

Is there any way to add my custom button to default QAT without loosing any default functionalities and features?
Is there any way I can access QAT directly from C# code without having to use XML file for customization of QAT?

Any help regarding this is highly appreciated!

Regards,
Gurdev Singh