문제

I am using VS 2010 and my project template is Extensibility->Shared Add-in. I want an ribbon with a button which should invoke my form in outlook. I am not able to understand how to do this?

I created a ribbonName.xml and ribbionName.cs using office template Outlook2007 Add-in and add this two files in my Shared Add-in Am I doing it right or What should i do ?

Please can anyone guide me a how to do it ?

Where should i add this method in Connect Or ? when i add this in Connect It gives me error "no sutiable method to overload"

protected override Microsoft.Office.Core.IRibbonExtensibility CreateRibbonExtensibilityObject()  {
     return new TurboAddinsRibbon();
  }

Can anyone please give me a simple example on this it would be great help

도움이 되었습니까?

해결책

You may start from the MSDN Reference - Ribbon Overview, the RibbonManager and the BackStage view to get started.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top