Greetings,

I am trying to use an old 16-bit DLL in VB 6.0. Is this possible?

When I tried to call a function in the DLL, I get a "file not found" message. I have copies of the DLL in both the system and applications folder.

I've even tried regsvr32 but to no avail.

Is there a special way to declare 16-bit DLLs or should I look for the 32-bit version?

TIA