Click to See Complete Forum and Search --> : Using Bitmaps that are stored in a DLL


January 25th, 2000, 03:35 PM
Could someone tell me how to use bitmaps that are stored in a DLL?? I want to use them in a dialog based app.
Thanks.
Casio99@home.com

Lothar Haensler
January 26th, 2000, 01:22 AM
load the DLL using LoadLibrary API, then load the bitmap resource via LoadResource API.