Difference between revisions of "Getting started in VB.NET"
From Ribbon Commander Documentation
(Created page with "{{Under Construction}}") |
|||
Line 1: | Line 1: | ||
− | + | == Before we start == | |
+ | Before we get started you need to: | ||
+ | * [[Installation | Install the Dynamic RibbonX framework]] | ||
+ | * [[Creating a new project in VB.NET | Create a new project]] | ||
+ | * [[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' VB.NET program]] | ||
+ | * [[Creating our first button in VB.NET]] | ||
+ | * [[Using events in VB.NET]] | ||
+ | * [[Using delegates in VB.NET]] | ||
+ | * [[Using XML in VB.NET]] |
Revision as of 17:39, 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.