Difference between revisions of "VB.NET Samples"
From Ribbon Commander Documentation
(→Samples reference) |
|||
Line 1: | Line 1: | ||
== Before we start == | == Before we start == | ||
Before we get started you need to: | Before we get started you need to: | ||
− | * [[Installation | Install the | + | * [[Installation | Install the Ribbon Commander Framework]] |
+ | * [[Activation | Activate the Ribbon Commander Framework]] | ||
* [[Creating a new project in VB.NET | Create a new project]] | * [[Creating a new project in VB.NET | Create a new project]] | ||
− | * [[Referencing the | + | * [[Referencing the Ribbon Commander library in .NET | Reference the Ribbon Commander library]] |
== Introduction == | == Introduction == | ||
− | A few sample VB.NET class files are installed with the main | + | A few sample VB.NET class files are installed with the main Ribbon Commander package. ''ThisAddin.vb'' shows how to incorporate these classes in your [[Creating a new project in VB.NET | project]]. |
== Locating the samples == | == Locating the samples == | ||
To locate the samples: | To locate the samples: | ||
− | * Navigate to the ''Samples Directory'' through the '' | + | * Navigate to the ''Samples Directory'' through the ''Ribbon Commander'' [[Installation#Verifying Installation Success|Start Menu shortcut]]. |
* Find the samples under ''VB.NET'' | * Find the samples under ''VB.NET'' | ||
Revision as of 18:39, 19 October 2013
Before we start
Before we get started you need to:
- Install the Ribbon Commander Framework
- Activate the Ribbon Commander Framework
- Create a new project
- Reference the Ribbon Commander library
Introduction
A few sample VB.NET class files are installed with the main Ribbon Commander package. ThisAddin.vb shows how to incorporate these classes in your project.
Locating the samples
To locate the samples:
- Navigate to the Samples Directory through the Ribbon Commander Start Menu shortcut.
- Find the samples under VB.NET
Samples reference
Sample File Name
|
Description
|
rxTab_sample.vb | Demonstrates rxTab |
rxGroup_sample.vb | Demonstrates rxGroup |
rxButton_sample.vb | Demonstrates rxButton |
rxCheckBox_sample.vb | Demonstrates rxCheckBox |
rxDropDownRegular_sample.vb | Demonstrates rxDropDownRegular |
rxEditBox_sample.vb | Demonstrates rxEditBox |
rxBackstageTab_sample.vb | Demonstrates rxBackstageTab |
rxBackstageGroup_sample.vb | Demonstrates rxBackstageGroup |
rxBackstageFastCommandButton_sample.vb | Demonstrates rxBackstageFastCommandButton |
ThisAddin.vb | Sample ThisAddin class - shows how to hook up the sample classes in your project |