In response to a many VB programmers wanting a better alternative to using resource files to store their bmps,wavs, etc. This code presents a simple way to store those resources in a resource-only ActiveX dll that can be loaded from their VB application.
Assumes
Need know about VB resource files.
Need to know what is a dll.