Creating our first button in VB.NET

From Ribbon Commander Documentation
Revision as of 19:14, 15 March 2013 by Rxdff15551 bb53 (Talk | contribs) (Created page with "== Prerequisites == We recommend you go through A 'hello world' VB.NET program before going into this example. == Creating a button == * Add a new class to [[Creating a n...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Prerequisites

We recommend you go through A 'hello world' VB.NET program before going into this example.

Creating a button

  • Add a new class to your project and name it MyCustomUI2
  • Add the following code to your class
  1.