I have a C program with a function that I would like to be able to call from Visual Basic. I am guessing the way to do this would be to make a DLL with MS Visual C++ (which I have), but I haven't the faintest clue as how to go about doing this. What would be the simplest, easiest, and quickest way to accomplish my objective?