VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

External DLL Resources

Peptido (old profile)  (2 Submissions)   Windows API Call/Explanation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This code lets you read resources from a DLL external to an executable file
For example, let's say you have 20 BMPs, and 10 WAV file in your project,
and you don't want users to see them directly. You could put them in a
resource file, but you EXE file will be huge.
So, you can create a DLL with this resources, and then use this module to
read them

Inputs
Path to the DLL File, and resource name

Rate External DLL Resources (3(3 Vote))
External DLL Resources.bas

External DLL Resources Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters