Difference between revisions of "A 'hello world' VB.NET program"
From Ribbon Commander Documentation
(Created page with "== Creating a tab == * Add a new class to [[|your project]] and name it MyCustomUI. * Add the following code to your class <syntaxhighlight lang="vb" line> </syntaxhighlight>") |
|||
Line 1: | Line 1: | ||
== Creating a tab == | == Creating a tab == | ||
− | * Add a new class to [[your project]] and name it MyCustomUI. | + | * Add a new class to [[Creating a new project in VB.NET|your project]] and name it MyCustomUI. |
* Add the following code to your class | * Add the following code to your class | ||
<syntaxhighlight lang="vb" line> | <syntaxhighlight lang="vb" line> | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 17:47, 15 March 2013
Creating a tab
- Add a new class to your project and name it MyCustomUI.
- Add the following code to your class