Hello. I have a resource file that I would like to add to my VB6 EXE. The resource file contains one dll file with the ID of 101 and the name of "CUSTOM".

I would like to know how to add the resource to my EXE so that I can compile it together and have the DLL in my exe.

Thanks