Difference between revisions of "Creating our first button in VB.NET"
From Ribbon Commander Documentation
(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...") |
(No difference)
|
Revision as of 18:14, 15 March 2013
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