|
-
Apr 3rd, 2005, 10:04 AM
#1
Thread Starter
Member
LoadResData [RESOLVED]
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.
Last edited by simgirl; Apr 3rd, 2005 at 09:08 PM.
Reason: Resolved
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|