You probably need to ensure that the DLL is in VB's path. I'd start by dumping the DLLs in question into the same directory as the VB6 executable. If that works, then try shifting them into the same ...
Yes, you read it right, I need to call a DLL I've written in C# 2 from a VB 6 application.<BR><BR>I've found loads of examples on the net of how to do this for C# 1, but none of them seem to work with ...