Creating our first button in VB.NET
From Ribbon Commander Documentation
Revision as of 18: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...")
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