Options

Addin example in visual basic?

elwin68elwin68 Member Posts: 153
edited 2011-12-06 in NAV Three Tier
Hello,

I have started to look at creating an addin for NAV 2009 SP1. A lot of examples are on the web but all of them are in C#.
I have tried to translate the example of ara3n (http://mibuso.com/blogs/ara3n/2009/12/11/dynamics-nav-addin-example-large-button) to vb because I am more familiar with vb as i am with C#.
Unfortunally I didn't succeed.

Is there any example in vb?

Edited:
I'm a little but further with the translation to VB. The buttons are shown in the RTC. The only problem is the clicking of the buttons.
How can I translate the following line to VB:
button1.Click += New System.EventHandler(button1_Click)

Thanks in advance.

Answers

Sign In or Register to comment.