A 'hello world' VB.NET program

From Ribbon Commander Documentation
Revision as of 18:47, 15 March 2013 by Rxdff15551 bb53 (Talk | contribs) (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>")

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

Creating a tab

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