Difference between revisions of "Getting started in CS"

From Ribbon Commander Documentation
Jump to: navigation, search
(Writing some code!)
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Getting started in C#}}
 
{{DISPLAYTITLE:Getting started in C#}}
 
 
== Before we start ==
 
== Before we start ==
 
Before we get started you need to:
 
Before we get started you need to:
* [[Installation | Install the Dynamic RibbonX framework]]
+
* [[Installation | Install the Ribbon Commander Framework]]
* [[Referencing the Dynamic RibbonX library in .NET | Reference the Dynamic RibbonX library]]
+
* [[Activation | Activate the Ribbon Commander Framework]]
 +
* [[Creating a new project in CSharp | Create a new project]]
 +
* [[Referencing the Ribbon Commander library in .NET | Reference the Ribbon Commander library]]
  
 
== Writing some code! ==
 
== 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.
 
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]]
+
* [[A 'hello world' CS program|A 'hello world' C# program]]
* [[Creating our first button in C#]]
+
* [[Creating our first button in CS|Creating our first button in C#]]
* [[Using XML in C#]]
+
* [[Using events in CS|Using events in C#]]
 +
* [[Using delegates in CS|Using delegates in C#]]
 +
* [[Using XML in CS|Using XML in C#]]

Latest revision as of 19:24, 19 October 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.