I made a resource file and added it to an activex dll and compiled it. The dll contains mainly gif images. I know the code would be something like this if the resource file was in the exe of the program.
b = LoadResData(101, "Custom")
But how do I load the dll and then pull that data out of the dll? I can't seem to find an example coding that shows how to do this from an dll. Only from withing the exe of a program. I think I can do the rest after I pull that resource data from the dll, but I need help getting that data first.
Thanks for any help in advance.
