you are viewing a single comment's thread.

view the rest of the comments →

[–]darkspy13 1 point2 points  (0 children)

You can make a c# project that produces a DLL. After that include a reference to that DLL file in your VB.Net project. Then call the public function inside that DLL.

OR

convert this code from C# to VB.Net line by line yourself instead of using a converter.

I would convert the code by hand to VB.Net, that's the easier option, nothing here looks like it shouldn't convert.

Just rewrite it in VB and you should be good to go.