Difference between revisions of "Getting started in VB.NET"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{Under Construction}}")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Under Construction}}
+
== Before we start ==
 +
Before we get started you need to:
 +
* [[Installation | Install the Ribbon Commander Framework]]
 +
* [[Activation | Activate the Ribbon Commander Framework]]
 +
* [[Creating a new project in VB.NET | Create a new project]]
 +
* [[Referencing the Ribbon Commander library in .NET | Reference the Ribbon Commander 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' VB.NET program]]
 +
* [[Creating our first button in VB.NET]]
 +
* [[Using events in VB.NET]]
 +
* [[Using XML in VB.NET]]

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