Reputation: 3276
Hi I am studying some codes from the web that I need for a future project, but I am having trouble changing this code from C# to VB.net. Can someone help pleasE?
this.btnAdd.Click += btnAdd_Click;
Upvotes: 0
Views: 177
Reputation: 2987
Most often, for simplier conversions like that, you can use the web based tool at
http://www.developerfusion.com/tools/convert/csharp-to-vb/
Though, it should be seen as a advise or guideline.
Upvotes: 0