M
Mark Wilson
I have an unmanaged C++ COM addin that works with Office XP and Office 2003.
I'd like to add support for the Ribbon UI for those situations when the addin
is installed on Office 2007. I've used VSTO 2005 SE to build a C# addin that
puts a simple button on the Ribbon. However, I currently don’t develop in C#
and don't want to have to convert a lot of existing code to C#. I also don't
necessarily want mscoree.dll as the DLL that loads my application.
So my question is can Ribbon support be added to an unmanaged C++ COM Addin,
or is there something in .NET that the Ribbon depends upon and it will just
not work in any other context?
I'd like to add support for the Ribbon UI for those situations when the addin
is installed on Office 2007. I've used VSTO 2005 SE to build a C# addin that
puts a simple button on the Ribbon. However, I currently don’t develop in C#
and don't want to have to convert a lot of existing code to C#. I also don't
necessarily want mscoree.dll as the DLL that loads my application.
So my question is can Ribbon support be added to an unmanaged C++ COM Addin,
or is there something in .NET that the Ribbon depends upon and it will just
not work in any other context?