Difference between revisions of "Creating a new project in VB.NET"
From Ribbon Commander Documentation
(Created page with "== Introduction == {{Creating New Project .NET intro}} == Creating the project == As an example here we create an Excel add-in in Visual Studio 2012: [[image:CreatingExcelPr...") |
(→Creating the project) |
||
Line 3: | Line 3: | ||
== Creating the project == | == Creating the project == | ||
− | As an example here we create an Excel add-in in Visual Studio | + | As an example here we create an Excel add-in in Visual Studio 2010: |
− | [[image: | + | [[image:CreatingExcelProjectVB2010.png|link=]] |
Latest revision as of 17:43, 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 2010: