I am trying to create a program for controlling Mach3. I want to program this in VB.Net, as that is my strongest programing language. I have done a bunch of robotics programing in Vb before, but nothing like what I want to do there. I have seen some examples, Like in the Mach Remote example on the website, but that is in C++ and I cant really understand it, never-mind rewriting it in VB. I have also see an example created in C#. This I can make out what it is doing, but again Im not able to translate it by myself. I have copied some of the code into online translators form C# to VB.net. But there are many custom DLL files that are not so easily translated.

Maybe somebody can point me in the direction I need to take.

-Adam