Difference between revisions of "Getting started in CS"

From Ribbon Commander Documentation
Jump to: navigation, search
Line 1: Line 1:
 
{{DISPLAYTITLE:Getting started in C#}}
 
{{DISPLAYTITLE:Getting started in C#}}
{{Under Construction}}
+
 
 +
== Before we start ==
 +
Before we get started you need to:
 +
* [[Installation | Install the Dynamic RibbonX framework]]
 +
* [[Referencing the Dynamic RibbonX library in .NET | Reference the Dynamic RibbonX library]]
 +
 
 +
== Writing some code! ==
 +
It is recommended that you go through the examples below in the order in which they appear, as each example builds up on previous ones.
 +
 
 +
* [[A 'hello world' C# program]]
 +
* [[Creating our first button in C#]]
 +
* [[Using XML in VBA]]

Revision as of 00:46, 15 March 2013


Before we start

Before we get started you need to:

Writing some code!

It is recommended that you go through the examples below in the order in which they appear, as each example builds up on previous ones.