Difference between revisions of "Creating a new project in CSharp"
From Ribbon Commander Documentation
m (Rxdff15551 bb53 moved page Creating a new project in C to Creating a new project in CSharp) |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
As an example here we create an Excel add-in in Visual Studio 2012: | As an example here we create an Excel add-in in Visual Studio 2012: | ||
− | [[image:CreatingExcelProject|link=]] | + | [[image:CreatingExcelProject.png|link=]] |
Latest revision as of 00:19, 15 March 2013
Introduction
Ribbon Commander is not dependent on specific Visual Studio project types. The runtime can be used as long as your add-in is running in the memory space of a supported office application.
We use Office .NET projects (successors of VSTO projects) to get started for simplicity.
Creating the project
As an example here we create an Excel add-in in Visual Studio 2012: